Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++14

erroneous explicit template specialization of variable template in gcc

c++ gcc clang c++14 c++17

What is the lifetime of the arguments of std::async?

c++ c++14 raii stdasync

copy initialization - conversion from 'int' to non-scalar type

Does std::integral_constant<T, v>::value always have a definition?

c++ c++14

How to initialize all elements of a two-dimensional array to a particular value?

c++ c++14

Is there a race condition in the `latch` sample in N3600?

non-constexpr calls in constexpr functions

c++ c++11 constexpr c++14

Compile-time template `std::integral_constant` counter - how to implement it?

Is it possible to figure out the parameter type and return type of a polymorphic C++ 14 lambda?

How to check whether T is an aggregate type?

Unexpected return type when combining std::forward, std::move and volatile

Lifetime of lambda captured references in const lambdas

c++ lambda constants c++14

Clang fails to compile template function in a template class specialization, which has *distinct return type* from the template declaration

Unable to use declval in typeid for TDM-GCC

c++ c++14 typeid tdm-gcc

Catching and debugging invalid use of reference to local variable inside moved lambda

Constexpr: Comparision to nullptr - Bug or feature?

c++ gcc c++14 constexpr

Is there a benefit from noexcept move-operations when using containers in C++17?

use the TYPE from the tempate type argument list

How to initialize a variable after a function call, like the new-expression provides?

c++ visual-c++ c++14 c++17

Moving a shared_ptr to the method called on the object the shared_ptr points to

c++ c++11 c++14 shared-ptr c++17