Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++11

Call lambda without binding it to an identifier

c++ c++11 lambda

Does MS Visual Studio 2012 Update 2 compile C++11 raw string literals?

C++11 std::async in Android NDK does not work

android c++11 android-ndk

Locking C++11 std::unique_lock causes deadlock exception

std::move( ) calls copy-ctor in the absence of a move-ctor. Why and how to prevent it?

c++ c++11 move-semantics

decltype( constexpr variable)

Is there any situation in which I wouldn't use std::make_shared?

c++ closure and std::function

Constructing a union tuple in C++11

c++ c++11 tuples unions

How do I embed a type's name as a string into a static_assert()? [duplicate]

std::bind a std::shared_ptr parameter won't increase use_count

c++ c++11

Random double C++11

c++ c++11 random double

Can I have a boost lock-free queue of lambdas?

Netbeans hating nullptr but still working fine

c++ c++11 netbeans nullptr

How do capture lists of lambdas actually work in C++11?

c++ c++11 lambda

Why move on const objects work?

c++ c++11 move move-semantics

"No-throw dereferencing" of std::unique_ptr

c++ c++11 unique-ptr

how to return the last type of a variadic template?

When should I declare a move constructor without noexcept?

c++ c++11 rvalue-reference

Uninitialized std::complex constructor when using 'new'