Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in language-lawyer

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

Can #endif in an included file be used to close a #if in the including file?

c language-lawyer

What is a full expression in C?

Must &= always be interpreted as an operator?

Linux Kernel's __is_constexpr Macro

Pointer to char, different terminologies

Can I use rvalue reference to temporary? Is it undefined behavior or not?

Is pointer tagging in C undefined according to the standard?