Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++11

Call a function with std::function as argument with a lambda

c++ c++11

What are the name lookup and type simplification rules for trailing return types?

Can a smart pointer be optimized away?

c++ c++11 smart-pointers

Custom container traversal with range-based for loop

c++ c++11 traversal

Practical difference between a struct with only operator() and a normal function

c++ c++11 c++14

Calculating std::hash using different compilers

c++ c++11

Should I write noexcept only to constructors and move operators?

c++ c++11

C++ : has_trivial_X type traits

c++ types c++11

is there a way to use c++0x at xcode? I want to use gcc 4.4 or greater

c++ iphone xcode c++11

Is there a way to deduce the signature of a lambda as an mpl sequence?

Accessing a class template parameter type inside a member function with a lambda fails

Should I make lambdas static?

lambda c++11

What are lookup rules when calling function from lambda?

c++ c++11

C++11 experiments, why can't I use some of the features?

c++ c++11

Error using a constexpr as a template parameter within the same class

How to partition a parameter pack?

c++ templates c++11

Automatically rewrite c++11 auto keyword into derived types

c++ c++11 auto

C++11: Ambiguity between Converting Constructor and Conversion Function in Initialization of Pass-By-Value Parameter?

Numeric conversion

Link compatibility of enums and enum classes

c++ linker c++11 abi enum-class