Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in language-lawyer

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?

Is *this = Ctor(); legal and efficient for clearing an object's state?

How do compilers know C++ constexpr computations do not trigger undefined behavior?

Assign volatile to non-volatile sematics and the C standard

Non-overloadable non-inline function definitions in different translation units

Status of inconsistent template specializations across translation units?

c++ language-lawyer c++20

Why does the C struct hack not work for C++ template declarations?

Dereferencing an uninitialized pointer to pass into sizeof()