Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++11

Using std::shared_ptr<void> to point to anything

Is there a variant of std::lock_guard that unlocks at construction and locks at destruction in C++11?

c++ c++11 mutex std

C++ 11 Threads, Error Pure virtual function called

Lifetime of references in STD collections

c++ c++11 map std

variadic templates parameter matching in std::function

Setting up C++11 (std::thread) for NDK with ADT/Eclipse

When does returning a value outside of a function uses move vs copy?

c++ c++11 copy return move

Is Clang really this smart?

Prevent C++11 removal of endless loops

c++ c++11 embedded

Why can I use private default constructor in decltype()?

Any way to initialize a vector of unique_ptr?

c++ c++11 initialization

Could not convert from brace-enclosed initializer list to std::vector

c++ c++11 gcc

std::async using an rvalue reference bound to a lambda

c++ c++11 lambda stdbind

Return values for active objects

Is this a Visual Studio 2013 update 4 C++ optimizer bug or is my code wrong?

c++ c++11 boost boost-range

Using a temporary array as an lvalue

Function call in for loop condition?

c++ c++11

Using lambda as parameter to std::cout

c++ c++11 lambda

Is it possible to move an std::array into a std::vector?

Assign static constexpr class member to runtime variable