Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in language-lawyer

Rationale for pointer comparisons outside an array to be UB

Lambda capture an array element failed

Is variable assignment a statement or expression?

Does pointer equality imply integer equality?

c++ why decltype(*pointer) yields a reference?

Is it legal to access struct members via offset pointers from other struct members?

Is reinterpret_cast type punning actually undefined behavior?

Does greater operator ">" satisfy strict weak ordering?

What C++20 change to reverse_iterator is breaking this code?

Can class template constructors have a redundant template parameter list in c++20

How to call a hidden method from two times inherited base class in C++?

Is the behavior of i = post_increment_i() specified, unspecified, or undefined?

How are contents of an object defined when using placement new on existing object

Is overloading on all of the fundamental integer types is sufficient to capture all integers?

c++ c++11 language-lawyer

Are extra semicolons allowed inside struct declarations?

c gcc language-lawyer

Given Concepts, are SFINAE helpers still in the spec as non-deprecated?

Why are the documents from the C Standard working group password protected?

In Common Lisp, is there a defined maximum length for a symbol's name?

When can a volatile variable be optimized away completely?

c language-lawyer volatile

A condition evaluates to signed or unsigned integer?