Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in language-lawyer

Compilation issue with instantiating function template

c++: implicit conversion order

Understanding constant expression

c++ language-lawyer

C++ class name injection

c++ c++11 language-lawyer

C/C++ unions and undefined behaviour

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