Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++14

Is std::is_unsigned<bool>::value well defined?

How to get CMake to pass either std=c++14/c++1y or c++17/c++1z based on GCC version?

c++ cmake c++14 gcc4

Why does the order of template argument substitution matter?

Parallel Loops in C++

C++ function argument safety

c++ c++14

What changes introduced in C++14 can potentially break a program written in C++11?

Compile c++14-code with g++

c++ g++ ubuntu-14.04 c++14

Is x = std::move(x) undefined?

Are new and delete still useful in C++14?

Capturing perfectly-forwarded variable in lambda

Advantages of using user-defined literal for strings instead of string literal

Why isn't `std::initializer_list` defined as a literal type?

Is there a name for this tuple-creation idiom?

Has C++ standard changed with respect to the use of indeterminate values and undefined behavior in C++14?

Iterating over different types

c++ c++11 c++14

C++14 Variable Templates: what is their purpose? Any usage example?

c++ templates c++14 rationale

default override of virtual destructor

c++ c++11 c++14

Overload resolution between object, rvalue reference, const reference

How to create an std::function from a move-capturing lambda expression?

c++ lambda std c++14

Why does initialization of array of pairs still need double braces in C++14?

c++ c++14 initializer-list