Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in language-lawyer

Specialization of class template parameter compiles in GCC, Clang and MSVC but GCC selects another specialization [duplicate]

Implicit operator != resolving ambiguity in operators ==

Are volatile data members trivially copyable?

Defining out-of-line member template functions

Are reference non-type template parameters deduced by decltype(auto) forwardable in case of template template parameter

Static cast of reference forces template instantiation where incomplete type is fine

Overload resolution with rvalue and lvalue reference candidates when passed empty initializer list

c++ language-lawyer

bar(type (&)[x]) definition does not match bar(type (&)[x]) declaration? [duplicate]

Layout with union and empty base class on Windows

c++ language-lawyer

C++20: How is the returning from atomic::wait() guaranteed by the standard?

No compliant way to convert signed/unsigned of same size

c++ c++11 language-lawyer

Volatile not working as expected

Forward-declaration of a `constexpr` function inside another function -- Compiler bug?

Value category of const int variable captured by lambda

Is there a reason we cannot name a non-static member function in an unevaluated context?

c++ language-lawyer