Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in language-lawyer

Type deduction in switch and SFINAE, gcc vs clang [duplicate]

std::launder in conjunction with reinterpret_cast [duplicate]

c++ language-lawyer c++17

Operator << on template argument type member causes error only in clang

Is it legal to alias a char array through a pointer to int?

Is the constexpr specifier required on the declaration of a constexpr static member initialized outside of the class?

Why does copy initializaton require destructor in C++17 with guaranteed move/copy elision?

Would it be legal to implement overloads of std::sort with radix sort?

Perplexing non-trailing parameter pack behaviour

Should a using command issue a warning when using a reserved identifier?

Where should the definition of an explicit specialization of a class template be placed in C++?

Plain C polymorphism, type punning, and strict aliasing. How legal is this?

Does stream::seekoff update the input sequence?

Function template overloading with variadic templates: Intel c++ compiler version 18 produces different result from other compilers. Is intel wrong?