Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in language-lawyer

Forcing a decay of the array (for the lack of better title)

c++ language-lawyer

Were all implementations of std::vector non-portable before std::launder?

C4297 warning in Visual Studio while using function-try-block (function assumed not to throw an exception but does)

Is it legal to define a hidden friend in an explicit specialization of an otherwise non-defined member class of a class template?

What does "be representable in execution character set" mean?

c++ char language-lawyer

What makes the overload fail between these two function templates?

C++ Comparison Operator Overloading const vs non-const Behaviour

C2x: 6.9.2 External object definitions: why is "shall not be an incomplete type" placed in Semantics rather than in Constraints?

What characters are left for pp-tokens?

Dereference-assignment to a doubly incremented OutputIterator

Function template signatures

Does VC conform to the standard with respect to warning C4407?

Where in the C++ Standard is `a = b + {1, 2}` disallowed in the snippet below? [duplicate]

c++ language-lawyer

Does reinterpret_casting an integral to a pointer type and back yield the same value?

Class declaration in same scope as using declaration compiles in GCC but not MSVS

Virtual function overloading in diamond hierarchy produces different results in clang and gcc

Does the C standard have a website for defect reports?

c standards language-lawyer

Is using memcmp on array of int strictly conforming?

c language-lawyer

In overload resolution, does selection of a function that uses the ambiguous conversion sequence necessarily result in the call being ill-formed?