Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++11

Need quote from standard about legality of main function as a template function

c++ templates c++11 clang main

C++11 / g++ : std:: qualifier required in lambda, although "using namespace std" is given

c++ lambda g++ c++11

C++11 regex details [closed]

c++ regex c++11

Can heap allocated object be move on the stack?

How to use variadic templates to make a generic Lua function wrapper?

When not to use std::forward with r-values?

Is there a simple example of move construction that won't get elided?

c++ c++11 move-semantics

C++11 issues when moving from Visual Studio 2010 to 2012

Getting access to the back of a template parameter pack in O(1)

Compile time type conversion check (constexpr and user defined literals)

c++ c++11 constexpr

Move constructor signature

c++ c++11 move-constructor

how to avoid static_cast when using std::make_tuple with overloaded functions

c++ c++11 tuples

C++11 is_pod with GCC 4.6

c++ c++11 gcc

Concurrent writes to different locations in the same cache line

noexcept specifier and compiler optimizations

How can I pass a substring by reference?

c++ algorithm c++11

Binding function arguments in C++11

Lambda expression sneakily capturing `this`

c++ c++11 lambda

Why does this basic thread program fail with Clang but pass in g++?

c++ c++11

implicit constexpr?

c++ c++11 constexpr