Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in language-lawyer

Are evaluations of expressions in member initialization sequenced with respect to each other?

What promoted types are used for switch-case expression comparison?

c++ c language-lawyer

Potential evaluation of inline function bodies and instantiation of template members

Why is (void)sizeof(param) not "using" param?

Reference initialization forms

What do the words "undefined" mean in bullet point §5.19/2.3 in N4140?

Is `using namespace std::placeholders;` non-conformant?

c++ language-lawyer

I'd like to see an example of a function name being ignored in a nested-name-specifier

Compilation issue with instantiating function template

c++: implicit conversion order

Understanding constant expression

c++ language-lawyer

C++ class name injection

c++ c++11 language-lawyer

C/C++ unions and undefined behaviour

enable_if's syntactical patterns

Cannot access protected member of another instance from derived type's scope

Do I actually need the address of operator when referencing functions

What is the order of destruction of the two entries of a std::pair?

The validity of casting in the 'function pointer' version of K&R's qsort

In C++ are all subexpressions of function call arguments sequenced consistently?

When did closure types finally became structural types?

c++ language-lawyer c++20