Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in language-lawyer

c++11 value-initialization prior to aggregate-initialization

noexcept operator and enable_if_t: do they work together?

`template <auto>` and partial class template specialization ordering

What does the C standard mean by "converted to its semantic type" for the floating-point macros?

Overload resolution of template methods with ref-qualifiers

Is a vector with incomplete type allowed if absolutely no member functions are called? If so, since when?

c++ vector language-lawyer

Two-phase function template compilation: not *only* ADL is employed in the 2nd phase?

Is the capacity required to be preserved when moving a std::vector?

CV-qualified base classes in C++

c++ c++11 language-lawyer

Are all functions in C/C++ assumed to return?

How can an incomplete type be used as a template parameter to vector here?

c++ c++11 language-lawyer

Are structs of variables of the same type layout compatible with a struct containing an array of that type?

c++ language-lawyer

Does realloc(p, 0) really involves free(p) in glibc?

c language-lawyer glibc

SFINAE works with deduction but fails with substitution

Why is (int&)0 ill-formed?

Weird nested class partial specialization results on both gcc and clang

Why doesn't "0xe+1" compile?

The code below, is it ill-formed NDR or is it well formed?

Why is the braced-init-list not supported in an aggregate deduction but brace elision is supported?

c++ language-lawyer c++20

Explicit copy constructor and uniform initialization