Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++11

checking if a class inherits from any template instantiation of a template

Default template arguments for the C++11 'using' type alias

templates c++11 using

Understanding weak reference counter

c++ c++11 smart-pointers

Is it possible to initialize a vector from the keys in a map?

c++ c++11

Is layout-compatibility in the c++11 (working draft) standard too weak?

Safe short circuit evaluation in C++11

Pass lambdas with capturing to legacy callbacks

c++ c++11 lambda

"no matching function for call to ‘async(std::launch, <unresolved overloaded function type>, std::string&)’"

c++ c++11 stdasync

Why can you assign nullptr to std::string?

c++ string c++11 standards

Inheriting constructors w / wo their default arguments?

How to omit perfect forwarding for deduced parameter type?

Using user-defined literals in expressions sometimes requires whitespace

C++11 make_shared instancing

Getting too many arguments provided to function-like macro invocation compile error while defining lambda inside assert (assert.h) in Xcode [c++]

c++ xcode c++11 lambda macros

std::common_type trait for user defined types

std::move with std::make_pair

c++ c++11 dictionary move

Why is there no to_string(const string&)?

c++ c++11

What's the right behavior when auto meets polymorphism and virtual function?

c++ c++11 auto

Invoke base class function as derived

c++ c++11

Does C++11 force move unconditionally?

c++ c++11 gcc