Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in language-lawyer

Where does the C++ standard allow pointers to undefined types?

ISO C95 array initialization guarantee

User-Defined Deduction Guides in C++20

Why doesn't std::integral_constant<lambda> work the same way as std::integral_constant<function-ptr>?

c++ c++17 language-lawyer

cv-qualifier propagation in structured binding

Exact rules for matching variadic template template parameters in partial template specialization

Why explicit-ness of std::pair's heterogeneous "move"-constructor changed in C++17?

Are nested parentheses allowed in function type alias declaration?

Calling member function of an incomplete type compiles in gcc and does not compile in clang and msvc

GCC14 performes multiple implicit conversions instead of one matching explicit conversion

Is it mandatory to infer the type of the default template argument on each instantiation?

c++ language-lawyer c++20

Collectors groupingBy type inference failure [duplicate]

<stdalign.h> and C++

c++ c language-lawyer

When can `typename` be used with identifiers that unambiguously refer to a type?

c++ syntax language-lawyer

Why is std::exchange not noexcept?

Why can a reference declared with constexpr be bound to an Indeterminate value variable?

c++ language-lawyer

lvalues in the ISO C11 standard

c language-lawyer c11 lvalue

Omit angle brackets when template has default parameters

Should std::apply only apply to std::tuple?