Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++11

ambiguous overload for ‘operator=’ with c++11 std::move and copy and swap idiom

C++11 Geany setup

c++ gcc c++11 geany

What C++11 <atomic> operations/memory orders guarantees freshness? [duplicate]

Most vexing parse confusion

Overhead of recursive lambdas

recursion c++11 lambda

swap std::unique_ptr with lambda as deleter -- GCC

c++ gcc c++11 lambda unique-ptr

Lambda capture shared_ptr member

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