Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in language-lawyer

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()

what is the meaning of the phrase "preceding initialization" in section [expr.const]

Does recursion in the C preprocessor abuse an inconsistency in the standard?

Why can't putc() be implemented as a macro in C++? (Or can it?)

c++ language-lawyer stdio

Where can I find a list of C (and/or C++) keywords covering K&R1/2, C89-C1X and their origins? [closed]

c++ c language-lawyer

Use of this in initializer list

Is it legal in C++11 to inherit from private nested type?

Order of evaluation of f(g(), h()) in C++

c++ c++11 language-lawyer

Do we still need to separately define static members, even if they are initialised inside the class definition?

c++ c++11 language-lawyer

Are 'const' values inside a container actually disallowed?

c++ c++11 language-lawyer

OS X sigaction incorrectly setting sa_mask

Understanding the example on lvalue-to-rvalue conversion