Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++11

Using swap() without #including its library? [duplicate]

c++ c++11 swap

Apparent inconsistency in iterator requirements

c++ c++11 iterator

using c++11 auto as return type for const function object

c++ c++11 tbb boost-graph

Selecting a valid random enum value in a general way

c++ c++11 random enums

C++11 static assertion fails noexcept check with Clang++?

Using move semantics to push a base class instance into a child class instance

c++ c++11

How to ensure constness of the returning vector<unique_ptr>

c++ c++11

connect QPushButton via lambda

qt c++11 lambda

QAbstractItemModel foreach iterator with functors: is there a better way to do this?

Why does unique_ptr have an overload for auto_ptr?

c++ c++11 unique-ptr auto-ptr

Boost requirements in terms of C++ language version and Standard Library dependencies

c++ c++11 boost embedded

Volatile related error in C++ code

c++ windows c++11 gcc volatile

macosx thread explicitly marked deleted

Create a variadic template from a constexpr array

c++ c++11 c++14

Selective forwarding function

std::forward_list and sequence concept requirements

c++ c++11

Undefined reference in jsoncpp operator=

c++ c++11 ubuntu-14.04 jsoncpp

Prevent passing rvalue by reference

C++0x unique_ptr replaces scoped_ptr taking ownership?

c++ smart-pointers c++11

C++11 lambdas and the square brackets [duplicate]

c++ syntax c++11 lambda