Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++11

C++11 sleep_ functions having odd behaviour

c++ gcc c++11

Can't move a std::unique_lock into a struct

User-defined literals (Extended literals) of C++11... which compilers support it?

How do I constrain a template parameter to comply to a Key in std::map?

Explicitly defaulted destructor disables default move constructor in a class

I'm returning non-named object from a function. Why RVO still kicks in?

c++ c++11 rvo

Compiler unable to deduce template arguments for variadic template

How to make a "variadic" vector like class

c++ c++11 vector variadic

Error converting form boost::shared_ptr<T> to std::shared_ptr<T>

c++ boost c++11 shared-ptr

C++: std::generate in constructor

c++ c++11

C++11 memory release in variable reassignment

c++ linux c++11 memory vector

difference between cstdint and tr1/cstdint

c++ c++11 tr1

Passing smart pointer to function through non smart pointer argument

c++ c++11 smart-pointers

decltype and boost::variant - retrieve current value

c++ boost c++11 boost-variant

What is the common idiom(s) for resetting the moved object?

c++ c++11 move move-semantics

In a template argument, what rules allow the compiler to infer the number of items of an array?

Is in c++11 something similar for threads to node.js/javascript callbacks?

c++ c++11

How to use std::for_each over std::array<> and apply lambda function on each element?

c++ arrays c++11

Lambda machine-dependent segmentation-fault (possible compiler bug?)

Does this c++11 lambda code invoke undefined behavior?