Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++11

Am I the only one who finds std::move a little too difficult to understand?

c++ c++11 move-semantics

Elegant porting of lambda expressions in C++

c++ gcc c++11 lambda

Template function causes a compiler error when used with local lambda

c++ templates lambda c++11

A reference pages for the latest version of c++

c++ c++11 reference-manual

Is there a way to pass template arguments to a function on an object when the object type is a template argument?

Move constructor is not getting called in C++0x

c++ c++11

Error when compiling gcc 4.6.1 C++0x threading code on MacOSX Lion

c++ macos gcc c++11

C++ static variable inialization and threads

return vector<Foo> or shared_ptr<vector<Foo>>?

Loop transformations with potentially shared objects

c++ optimization c++11

Bit shift compiler bug or a corner case?

c++ gcc c++11 bit-shift

"expected primary expression" error on template method using

c++ templates c++11

Rules for determining the set of function type compatible with std::function<R(T1,T2)>?

Why does std::move() not work without _Remove_reference?

c++ c++11 rvalue-reference

C++11 Fun with initializer lists, arrays, and enumerations

c++ initialization c++11

How do I initialize boost::any with a reference to an object?

c++ c++11 boost-any

What happens if I reset a std::shared_ptr to itself

c++ c++11 shared-ptr

Using multidimensional std::initializer_list

When does rehashing occur for unordered associative containers?

std::unique_ptr<T> incomplete type error