Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in language-lawyer

What's wrong with std::valarray's operator*?

memset_s(): What does the standard mean with this piece of text?

c language-lawyer

Legality of using operator delete on a pointer obtained from placement new

Assignment operator sequencing in C11 expressions

Why doesn't the compiler infer the type of member when using decltype? [duplicate]

Why do scoped enums allow use of | operator when initializing using previously assigned values?

Compile-time elimination of if/else branch in C++

What is a "prospective destructor" in C++20?

Which section in C89 standard allows the "implicit int" rule?

Is it unspecified to instantiate template/lambda in unevaluated context?

Are `char16_t` and `char32_t` misnomers?

c++ c++11 language-lawyer

Can I instantiate an std::reference_wrapper<T> where T is an incomplete type?

Associativity of fold-expressions

Why are mutexes and condition variables trivially copyable?

c++ language-lawyer c++14

Is it true that a unique_ptr declaration, unlike a auto_ptr declaration, is well-defined when its template type is of an incomplete type?

Static member access in constant expressions

Rationale of restrictive rules for extract and re-insert with map

When passing a class by-value, does the caller or callee call the destructor?

Does T have to be a complete type to be used in `std::declval<T>`?

The order of override and noexcept in the standard

c++ c++11 language-lawyer