Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in language-lawyer

Why do we need to extract the first element of a variadic pack in a C++ alias? [duplicate]

where's the point of instantiation of static data member template specialization

Why is value-initialization specified as not calling trivial default constructors?

c++ language-lawyer

Can a standard library implementation specialize standard types?

Can `std::basic_string::operator[]` return a "distant" protected page nul terminator?

What is the significance of special language in standard for lvalue-to-rvalue conversions for unsigned character types of indeterminate value

Can reserved function names be overloaded?

Lambda as a template variable

template type name error when same name is used for static member function

c++ language-lawyer

Is it allowed to print the address of a dangling reference?

Is generating unique ID from template template parameters UB?