Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in language-lawyer

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

gcc vs. clang, msvc and icc: Is this function call ambiguous?

Why can't I complete a typedef name of array type?

c arrays language-lawyer

Narrowing conversion from `int` (constant expression) to `unsigned int` - MSVC vs gcc vs clang

Is a statement void(); legal and what is it actually?

c++ language-lawyer

Dereference null is not always UB?

Well-formed program containing an ill-formed template member function?

Template variables with template argument deduction and default template parameters

Nested class explicit specilization: different compiler behavior