Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in language-lawyer

Is a program that never terminates a valid C++ program?

Are deleted constructors "accessible"?

c++ c++11 language-lawyer

can have definition variable of non-literal type in constexpr function body c++14?

Contradictory results between GCC and clang related to [basic.link]/7 in the C++ Standard

Shouldn't decltype Trigger Compilation of its Argument?

Is there a reason why implementations allow instantiation of std::complex with unsupported types

Is a constexpr array necessarily odr-used when subscripted?

Is `template<typename>;` legal C++?

Does my Return Type Need to be Defined?

Is it legal to explicitly specify a generic lambda's operator() template arguments?

What is the rationale of making subtraction of two pointers not related to the same array undefined behavior? [duplicate]

Can pointers be of different sizes? [duplicate]

Do *non*-const references prolong the lives of temporaries?

What are 'constexpr' useful for?

Use std::vector::data after reserve

What happens when a function that returns an object ends without a return statement

Default argument vs overloads in C++

Is it legal to have a pointer to a reserved vector element? [duplicate]

Why must a base class destructor be accessible only when a custom constructor is declared?

Union common initial sequence with primitive