Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in language-lawyer

At what point does the lifetime of a trivial type created by placement-new start?

Access rights of a nested class of a nested class

std::atexit ordering when called from a global object's constructor

`type_alias<char[N]>{}` VS `char[N]{}` in function's argument

What's the meaning of "identity" in the definition of value categories in C++

Is accessing a 2D array (T[N][M]) as a 1D array of size N*M guaranteed to work? [duplicate]

Compiler differences in template expansion with default member value and incomplete type

Assignment to array in C++17

How are lambda captures initialized in case of nested lambdas?

Using cout in the constructor of a class that is included in another class as a static member

Equivalence between function templates and abbreviated function templates

Overloading of hidden friends by differences only in (mutually exclusive) requires-clauses: legal or an ODR-violation?

Why is `std::is_constant_evaluated()` false for this constant-initialized variable?

c++ language-lawyer c++20

Conversion operator: gcc vs clang

Virtual inheritance vs. non-default constructors

Java annotations - Identifier or TypeName

Does sequenced-before relation in C++11 prevent compiler/CPU reordering?

c++ c++11 language-lawyer

Are all unused undefined methods allowed?

Is it safe to pass a va_list to another function without using va_copy?

Ambiguous name lookup with using-directive