Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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

Can auto placeholder be used to deduce function result in non-type template parameter?

Does this code result in a materialized base prvalue, and should it compile?

clang/gcc inconsistency in class specialization

List initialization - What changed in C++14?

Constrained member functions and explicit template instantiation

Is an implementation required to diagnose ODR-violations of duplicated definitions of the same explicit specialization within the same TU?

Is assignment of braced-init-list to an array correct? [closed]

Should break/continue/return be interrupted by an exception?

c++ language-lawyer

Resolving Definitions of Specialized Static Member Variables of Templated Classes

Is it illegal to use the h or hh length modifiers when the corresponding argument to printf was not a short / char?

Template argument deduction: which compiler is right here?

Class declaration inside function parameter list