Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++14

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

Pointers to member as variadic template parameters

How to implement a constructor so it only accepts input iterators using typeid?

Should trivial default constructor respect default member initializer here?

Multiple definition gets solved with templates

Function argument evaluation order vs Lambda capture evaluation order

c++ c++11 c++14 move-semantics

How to hide the complex range type of a range-v3?

c++ c++14 c++17 range-v3

Why does unordered_map increase in size when it has enough buckets due to "reserve"?

Possible ODR-violations when using a constexpr variable in the definition of an inline function (in C++14)

c++ c++14 language-lawyer

constexpr address of base class

c++ base-class constexpr c++14

Recursive noexcept specification

c++ c++11 c++14 noexcept

aliasing a variadic template function