Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++14

While doing copy-elision, the compiler doesn't consider the copy constructor in overload resolution, when the move constructor is deleted. Why?

Typesafe method for retrieving data of unknown type through interface

Bison value moving / efficiency

c++ std::enable_if constraint variants and problems

c++ class enums c++14 enable-if

Callables, forwarding, rvalues, and threads

c++ c++14

CRTP copy method warns of potential memory leak

Why closure types / lambdas have no default constructor in C++

Mutable Member in a ConstExpr Object in C++11

Rationale for type traits checking triviality of class special functions

could not deduce template argument for T* from FieldType* (Visual C++ only)

constexpr array member with template specialization: inconsistent behavior cross compilers

Why injected-class-name is sometimes not treated as a template name in a class template?

Idiomatic way to enforce constexpr-ness of constexpr functions

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

Is there a way to include forward headers for std::filesystem?

What are constrained templates?

c++ c++14

Rationale behind the resumable functions restrictions

c++ c++14 resume

User-defined literal to MPL sequence: is this legal?

Lambda expressions as class template parameters in C++14

Lvalues which do not designate objects in C++14

literals in template function for floating point types

c++ c++11 c++14