Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++11

Compile-time recursive function to compute the next power of two of an integer?

Absolute value of a std::chrono::duration object

c++ c++11 chrono

how to check if function exists

c++ templates c++11 macros

Why isn't observer_ptr zeroed after a move?

c++ pointers c++11 move

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