Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++14

Only overload operator if template argument does

Concatenating mismatched string WORKS in VC2015 - How?

Function parameter type using decltype

How to handle dual ABI in GCC 5?

c++ c++11 gcc c++14

How to properly find a Heisenbug?

c++ c++14

Why differentiate predicate and non-predicate versions for generic algorithms?

External linkage for name inside unnamed namespace

c++ c++14 unnamed-namespace

Enable C++14 in QtCreator's [Clang]CodeModel

c++ qt-creator c++14

Use std::result_of_t correctly

c++ c++11 c++14

C++ : union of two types without virtual base class inheritance

c++ c++14

How get the class (object type) from pointer to method

c++ c++14 metaprogramming

Cache a lot of callback, then call them all batch-ly without v-table cost

c++ c++14 vtable

C++ tuple of vectors, create tuple from elements by index

c++ c++11 templates c++14

Function args declared as consts became non constant with definition [duplicate]

c++ c++11 c++14 constants

Exception in aggregate initialization

What does a plus sign mean in front of a char array? [duplicate]

c++ arrays string c++14

Why is the const overload of std::string::data still restricted in modern C++?

c++ c++14

Why does the std::vector constructor accept initializer list by copy?

c++ c++11 c++14

Does C++14 require that the delete expression must call `void operator ::delete(void*, std::size_t)` instead of `void ::operator delete(void*)`?

Is it possible to apply a generic function over tuple elements?

c++ c++11 c++14