Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in language-lawyer

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

Is a redeclaration of an untagged structure a compatible type?

c language-lawyer

Multiple conversion functions as "operator auto" in class

Issues concerning const decltype(x)&

Taking the address of an overloaded function template is possible, sometimes

Does C++ default-initialization preserve prior zero-initialization?

Why is a program rejected as ambiguous that could be resolved by overload resolution?

Compiler discrepancy: Interaction between alias resolution and name lookup

C static inline parameter evaluation optimization