Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++11

Overload resolution of constructors for different classes

Passing a string by value, reference and rvalue

c++ c++11 stdstring

Signedness of char and Unicode in C++0x

c++ unicode utf-8 char c++11

Are trigraph substitutions reverted when a raw string is created through concatenation?

c++ c++11

Implementing a std::array-like container with a C++11 initializer_list

Handling mutual exclusion in C++11

Tutorial or example code for extending c++11 random with generators and distributions

Can decltype declare an r-value?

Is move assignment via destruct+move construct safe?

Callback with interfaces or function objects? [closed]

How to specify gcc flags (CXXFLAGS) particularly for a specific module?

c++ gcc c++11 waf

Puzzling difference of variadic template method behavior for templated and non templated classes

c++ c++11

C++ memory_order with fences and aquire/release

How to get smallest variable with C++11 user defined literals

Didn't understand Mr. Stroustup's suggestion to delete the copy default and move operations for the abstract class Shape

c++ c++11

Does C++11 enforce pow(double, int) to use the slower pow(double, double)? [duplicate]

Single value in constructs vs argument list for construction

c++ c++11

Is there something similar to the copy-and-swap idiom when allocators are involved?

c++ c++11 allocator

Forward declare in nested namespace

c++ c++11

Use of 'using' keyword to make inherited constructor public [duplicate]