Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in language-lawyer

Multiple cv-decompositions of a type

Does std::memcpy make its destination determinate?

placement new on a class with reference field

static_assert with SFINAE

c++ c++11 language-lawyer

Is there provision specifying the restriction on "return type" in a function template explicit specialization?

Is printing an empty string observable behavior in C++?

Conditional operator + upcast + const reference

c++ c++11 language-lawyer

Is the static initialization of global variables completed before `main()`?

Destruction order of statically initialized, non-literal objects

Does the C++ standard force capture-by-reference of local variables to be inefficient? [duplicate]

What is the scope of a namespace identifier?

c++ language-lawyer

May a random access iterator to end be incremented by zero?

Equality of template aliases

Detect if inherited function is overridden

c++ language-lawyer

Member definition of partially specialized classes

Use of extern in block scope

Is this overload resolution correct?

Need for declare destructor as default

Object lifetime, in which situation is reused the storage?

Overloading structs with template call operator and generic lambdas - gcc vs clang