Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in language-lawyer

Does this program violate the ODR?

Obviously ambiguous call does not cause a compilation error on GCC

std::type_info::hash_code() uniqueness and the meaning of "should"

c++ language-lawyer rtti abi

Should a name found in a dependent base class hide a namespace name at the point of instantiation?

Allocating memory for a part of structure

Pointer to one before first element of array

C++ lambda capturing by copy of parent lambda's captured value

Possible MSVC compiler bug

Requires-clause appears after template template parameter: is this legal grammar?

Is it UB to access 'padded' bytes?

Variadic macro with no arguments for its variadic parameter

Overload resolution with universal reference involved

Is it legal to cast float* to std::complex<float>*

c++ c++11 language-lawyer

Extending temporary's lifetime, works with block-scoped aggregate, but not through `new`; why?

Why does the first function call bind to the first function? [duplicate]

Why can't a class extend a static nested class occurring within it?

non-static data member initialization with new expression

c++ c++11 gcc language-lawyer

Difference between T t {x} and T t = { x } for integral or enumeration type?

[[maybe_unused]] on enumerator

User-defined conversion operator template and built-in operators: no match for operator

c++ c++11 language-lawyer