Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++11

array member initialization of user defined types

c++ constructor c++11

Stop heap allocation via make_shared

c++ c++11

Initializer list of static field in template class fails with clang

c++ templates static c++11 clang

No matching call error occuring for boost::ref but not with std::ref

c++ c++11 boost boost-ref

Typedef for recursive lambda

c++ c++11 lambda

C++ GCC Why this sfinae code can be compiled with GCC 4.7, but not with 4.8?

c++ gcc c++11 sfinae

futures, promises, and exceptions

c++ asynchronous c++11

Conditionally enable a sub-type (similar to enable_if to enable functions)

rvalue or lvalue (const) reference parameter

C++ Eigen move arrayXXd to MatrixXd

c++ c++11 eigen

Not able to use srand48() after changing to c++ 11

c++11 g++ cygwin srand

The type of 'i' below in main(). Why is it an int&?

c++ c++11 decltype

Perfect forwarding workaround for bit-fields

local variable as a non-typename argument

c++ templates c++11

c++ exception safety in constructor

Why does std::timed_mutex::try_lock_for not work?

c++ c++11

assigning one shared_ptr to another

c++11 shared-ptr

Modifying constant object

How to test lambda in C++11

c++ c++11 lambda

Why do I need to repeat the sorting subroutine when declaring a std::set?

c++ c++11 dictionary stl set