Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in language-lawyer

What is the purpose of a placeholder type in a trailing-return-type?

c++ language-lawyer

Why can delete operator be used in const context?

c++ language-lawyer

Does std::thread::join guarantee writes visibility

Does a class template's requires clause have to be repeated outside member definitions?

Is A::B::B::B::B...B::f() right ? Why could i do that? [duplicate]

Is "--" a valid CSS3 identifier?

Out of the bounds in C++ and undefined behaviour

Is (++i)++ undefined behavior?

What's the utility of an empty C++ file?

c++ language-lawyer

Initialization by null pointer constant: which behaviour is correct?

Is passing an uninitialised variable in a function parameter list well-defined?

c++ language-lawyer

Using memcpy to copy an int into a char array and then printing its members: undefined behaviour?

c++ language-lawyer

Making a private inherited inner template public via a using directive

how is this lambda with an empty capture list able to refer to reaching-scope name?

Is this defined?

Does calling printf without a proper prototype invoke undefined behavior?

Redeclare variable inside enum

Error [E0433] when `dyn` used with absolute path

Why is _Alignof missing from the rule about converting an array to a pointer?

c language-lawyer

Converting member function pointers in templates