Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in language-lawyer

Preprocessing multiline comments and their embedded newlines at the end of file

Should bit-fields less than int in size be the subject of integral promotion?

Writing to different offsets in array always well defined

Why is the return type of std::reverse_iterator::operator[] unspecified?

c++ c++11 stl language-lawyer

In class nested static const member variable initialization Clang vs GCC which compiler is right?

VS2015 and clang compile this code, but g++ rejects it. Which one is correct?

Name conflict between namespace and class template: different compiler behavior

Why is const lost in this template structure?

May C evaluate with multiple floating-point formats?

g++ and clang++ different behaviour with friend template function defined inside a template class

Can a reinterpret_cast change the object representation?

c++ language-lawyer

Why template with only valid empty variadic pack ill formed?

C++ function pointer argument with template

C standard regarding sizeof overflowing size_t

Why is dereferencing of nullptr while using a static method not undefined behaviour in C++?

Can a const int ref in a constructor safely bind to a literal?

What is the correct result of std::is_constructible<void()>::value?

Is a c++11 variadic function template overload with a dependent type ambiguous?

Partially specializing on non-type template parameter of the wrong type

Is behaviour well-defined when `sleep_until()` specifies a time point in the past?