Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++11

initializer_list<T> assignment operator requirement on T

c++ c++11 initializer-list

Does clear() affect the bucket count of std::unordered_set?

c++ c++11 unordered-set

Example of entity declared in a anonymous namespace that has external linkage

Transferring sole ownership: unique_ptr vs move semantics

Is it safe to pass as argument a member of an object which is moving

c++ c++11 move-semantics

clang is using the wrong system include directory

c++ linux c++11 clang clang++

std::vector constructor taking pair of iterators

c++ c++11 stl

Recursive variadic function template

How to call other class' const member function via a std::unique_ptr member

C++ check whether constructor contains a parameter of given type

How to check a value like "#define VERSION 3.1.4" at compile time?

c++ c++11 c-preprocessor

Why not synthesize move operations for a class that defines the destructor as =default?

c++ c++11

Can Template / Preprocessor hackery be used to support variable arguments in the middle of an argument list?

c++ templates c++11 macros

Compile-time equivalent to std::accumulate()

C++ `ifdef` with concatenation of macros values

Implementing copy and move assignment with a single function

Why calling via weak_ptr is so slow?

c++ performance c++11 g++

static, constexpr, const - what do they mean when all used together?

C++ What is the best way of allowing moving data out of a class member (std::move syntax)

c++11 move-semantics

Cython build can't find C++11 STL files - but only when called from setup.py

python c++11 cython