Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in language-lawyer

GCC throws init-list-lifetime warning on potentially valid code?

c++ c++11 gcc language-lawyer

An issue about the member function qualified by volatile qualifier

c++ language-lawyer

Why does an out-of-class member template definition need a repetition of its declaration 'requires-clause'

Is it possible to automatically deduce the type of the pointer to member overloaded function in ternary when called after?

Member access rules for friend of derived class, where the naming class is the base class

c++ language-lawyer

Differences of the inline-keyword in C and C++

c++ c language-lawyer

Is it legal to cast a pointer to a partially constructed object to a pointer to a base class?

c++ language-lawyer

anonymous empty untagged classes, structs, unions, and enums

xvalue's lifetime bound to reference extended or not?

c++ c++11 language-lawyer

Is the compiler allowed leeway in what it considers undefined behavior in a constant expression?

How to declare friend user-defined literal operator within template class?

Lambda expressions as class template parameters in C++14

Lvalues which do not designate objects in C++14

Details in the process of constructing a std::thread object

How does an unspecified pointer conversion behave in C++14?

uniqueness of struct names

c++ c++11 language-lawyer

Legality of `typedef struct foo {int bar};`

explicit qualification in C++ declaration

Inconsistency in function type decay between variadic/non-variadic templates?

Why isn't this rvalue promoted to an lvalue as specified in the reference?