Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in language-lawyer

Do reference invalidation guarantees automatically apply to pointers?

Why static method overrides base class non-static method?

Is C#/.NET signed integer overflow behavior defined?

c# .net language-lawyer

Aliasing Arrays through structs

Does a SFINAEd-out function shadows an explicitly imported overload from the base class

Is it correct to say that the compiler can replace the expression `a->i` below by its value 1 because...?

Is &*NULL well-defined in C++?

c++ language-lawyer

Class template partial specialization equivalence

c++ language-lawyer c++17

Why do I get "does not live long enough" in a return value?

rust language-lawyer

List initialization of a reference: is GCC or Clang correct?

Unspecified Implicit Object Creation

c++ language-lawyer c++20

Why does map not include out_of_range?

c++ language-lawyer

Can I default a private constructor in the class body or not?

Why does the compiler choose the incorrect function overload in this case?

lambda inside subscript iterator

Is adding to a "char *" pointer UB, when it doesn't actually point to a char array?

c++ language-lawyer

What's the meaning of the highlighted sentence below in [over.load]/1?

class (or struct) self-reference by template

Can the multiplication of two unsigned shorts really lead to undefined behaviour?

c++ language-lawyer

Does accessing an int with a char * potentially have undefined behavior?