Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in language-lawyer

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?

At which point does map::emplace create an object?

c++ c++11 language-lawyer

Perfect forwarding of variables declared with structured binding

Is it guaranteed that sizeof(T[N]) == N * sizeof(T)?

GCC : Unscoped enumeration type give an ambiguity error

What are the differences between a+i and &a[i] for pointer arithmetic in C++?

When is a constexpr evaluated at compile time?

Using concepts in an unevaluated context gives inconsistent results

How to set the value of an enumeration constant outside the range of int?