Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++14

Cv-qualifications of prvalues in C++14

What is an 'extern inline' function and when to use?

c++ c++14

GCC can't capture 'this' pointer to templated type using init-capture

Why does gcc reject `new v < new v` when `v` is not a template?

c++ c++14 language-lawyer

compile-time validation of constexpr std::initializer_list

c++ c++14

Why does constexpr static member (of type class) require a definition?

Solutions for dynamic dispatch on unrelated types

Is an empty class usable as a constexpr variable without an initializer or explicit default constructor?

Is it possible to parameterize the constness of a templated member function?

Parameter of returned generic lambda allegedly shadows parameter of free function

c++ gcc g++ c++14 gcc-warning

Can thread trying to std::lock[_unique] an std::shared_mutex be starved by threads calling std::lock_shared?

std::list::remove_if goes crazy if combined with a generic lambda

Accessing generalize-captured objects in lambda trailing return type

constexpr constructor gives a different result when evaluated at compile time by GCC

c++ gcc g++ c++14 constexpr

Must constexpr expressions be captured by a lambda in C++?

What is the best way to parse a millisecond date time in C++11

c++ c++11 c++14

Almost Always decltype(auto)?

c++ auto c++14 decltype

Is assert usable in constant expressions?

Why is a template with deduced return type not overloadable with other versions of it?

overload resolution of template function with auto