Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in language-lawyer

On what base fold expression of a parameter pack consisting of a single element is transformed into unparenthesized expression

Result of ternary operator on `int` and `float`

c++ c++11 language-lawyer

Is `this` allowed inside a noexcept specification?

Reinterpret this in C++: legal or not?

What happened to std::cspan?

Template argument deduction for inheriting specializations

Using placement new in generic programming

How is code stored and executed on the C++ abstract machine?

What language rules permit C++11 to deduce that this is an initializer_list of pairs?

What's the purpose of function with only unspecified number of parameters?

Different behaviour between Clang and GCC when performing qualified name lookup

Are fold expressions a C++14 or a C++1z feature?

Deleted constructor - MSVC reports an error, Clang doesn't

Do JDK classes have any further specifications beyond their Javadoc?

Strict aliasing and overlay inheritance

Partial template specialization with mismatching `int` and `size_t` not compiling

`friend` member functions and attributes - gcc vs clang

Is compiler allowed to call an immediate (consteval) function during runtime?

Does pointer arithmetic still work outside the array?

Is a compiler forced to reject invalid constexpr?