Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in language-lawyer

enable_if's syntactical patterns

Is it well-defined behavior to address a 32-bit `int` using a bitfield inside a union?

Is "... object is not iterable" A Misleading Error For "x in y"?

python language-lawyer

Temporary in a function call: UB? [duplicate]

Are for-loop name list expressions legal?

python language-lawyer

Function overloads priority (references)

Type of DBL_MAX

Invalidated iterator in a vector

Why the below code does not compile with gcc but compiles fine with clang

C++ memory model: do seq_cst loads synchronize with seq_cst stores?

Is this undefined behaviour or a bug with struct init?

Why a template alias specialization depends on the context in which it is referred?

Status of default initialisation of struct fields?

julia language-lawyer

Are there any JS objects for which IsCallable is false but IsConstructor is true?

Durability of string's reverse iterators for self appending

Template class instantiation without angular brackets

Private operator delete triggers compile-time error with GCC and Clang but not with MSVC

Automatic storage duration struct initialization

static global variables initialization order

Are both of these volatile qualifier usages redundant?