Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in language-lawyer

Are evaluations of expressions in member initialization sequenced with respect to each other?

What promoted types are used for switch-case expression comparison?

c++ c language-lawyer

Potential evaluation of inline function bodies and instantiation of template members

Why is (void)sizeof(param) not "using" param?

Reference initialization forms

What do the words "undefined" mean in bullet point §5.19/2.3 in N4140?

Is `using namespace std::placeholders;` non-conformant?

c++ language-lawyer

I'd like to see an example of a function name being ignored in a nested-name-specifier

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