Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++11

Why can't compilers expand arguments of a variadic template via comma operator?

STL container type as template parameter

c++ c++11

C++11 : How can I define a function that accept a universal reference of a specific type of object?

c++ c++11

Using lambda as an argument : std::function or template?

c++ templates c++11 lambda

Private and default constructor in C++11 and gcc

Pointed template type deduced from a nullptr?

c++ templates c++11 nullptr

Static import in C++11 (e.g. an enum class)

c++ c++11 enums enum-class

C++11: Universal executor

constexpr array and std::initializer_list

std::shared_future on Raspberry Pi toolchain

Placement new based on template sizeof()

'static void' as decl-specifier

c++ c++11 clang clang++

"extra qualification" errors. How warranted by the Standard?

Is std::atomic_flag static initialization thread safe in Visual Studio 2012?

C++11 threads in class

stringstream unsigned input validation

c++ validation c++11

Why some types does not work with uniform initialization syntax?

Where are the closure's captured variables stored?

c++ c++11 lambda

what c++ norme i'm currently using? [duplicate]

how to find the "true" entropy of std::random_device?

c++ c++11 random