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

New-expression with consteval constructor in constexpr context

How does inline affect member functions in module interfaces?

Redeclaration of explicitly defaulted comparison operator makes it undefined

Comparison operator with explicit object parameter of not class type

Towards strictly compliant usage of container_of

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