Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in language-lawyer

How does this pointer aliasing work?

Trying to understand [basic.def.odr]/2 in C++14 (N4140)

c++ language-lawyer c++14

Why does invoking a function with a pointer to one member variable inhibit optimization of other member variable?

Multiple occurrences of placeholder type 'auto' in a type

Reversal of primary comparison operators (==, <=>) in C++20

c++ language-lawyer c++20

Is the use of platform-provided synchronous operations a kind of UB?

Is adding a uintptr_t to a pointer symmetric?

Substituting template parameter with its known value into a typedef is inconsistent between compilers

Result of comparing hardcoded strings with ==

c language-lawyer

Why doesn't function declaration as body of If statement result in an error in JavaScript?

Does the standard require that std::array<T, 0> behave like it does not have trailing padding?

Why is array initialization with brackets () marked as error by compilers?