Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in language-lawyer

Why C++'s <vector> templated class doesn't break one definition rule?

Is a declaration valid inside an if block with no actual block?

c++ language-lawyer

Is a.b always (&a)->b?

c pointers language-lawyer

Is there a simple, portable way to determine the ordering of two characters in C?

c language-lawyer

Limit on the number of arguments to main in C

c language-lawyer

Suppress unused variable warning in C++ => Compiler bug or code bug?

Do pointers to pointers to structs have implied interchangeability?

Could we access member of a non-existing class type object?

Why does adding a second impl prevent deref coercion of the argument?

rust language-lawyer

What prevents overlapping of adjacent members in classes?

c++ language-lawyer c++20

Is it defined behavior to place exotically aligned objects in the coroutine state?

Template overload resolution for operators inside an anonymous namespace

What does the standard mean by "a subsequent condition of that statement"?

c++ language-lawyer

Is this unsafe usage of a braced initializer list in a range-based for loop?

Are user defined deduction guides involving template template parameter as a template for guidance standard compliant

Discarded value expressions of volatile class type behave differently than those of volatile built-in types

template with lambda as unique default parameter on each instantiation

Can typename be omitted in the type-specifier of an out of line member definition?

Ambiguous overload - partial function template ordering with parameter packs