Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++11

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

noexcept expression vs type traits

c++ c++11

Is it possible to create an instance of a class within the same class?

c++ c++11

Why std::array does not contain an initializer-list constructor [duplicate]

c++ arrays c++11

Pointer to a member function

Why does []mutable{} not compile?

c++ c++11 lambda mutable