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

retrieving a runtime array from a pointer to its storage?

memcpy zero bytes into const variable - undefined behavior?

The presence of both operator == and operator != breaks some concepts

Does C language spec guarantee mapping of Unicode code points to numerical wchar_t values?

Can reflection statements be directly used in if-constexpr?

If a lambda is declared inside a default argument, is it different for each call site?

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