Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in language-lawyer

Is Visual Studio completely standard-conformant regarding that temporaries should be destroyed at the end of the expression?

c++ c++17 language-lawyer

Why class::class::class::staticClassMember() compiles (in C++)?

What does "[ptr, ptr+len) must be a valid range" mean?

c++ stl language-lawyer

Difference between friends defined in-class and outside: bug or feature? [duplicate]

Reference list element then popping it, is it undefined behaviour?

warning C5246: the initialization of a subobject should be wrapped in braces

Do a union or struct permit assignment from an uninitialised instance?

c language-lawyer

Variadic functions without `...`

Class template argument deduction before C++17

c++ language-lawyer std

Why copying of vector's elements can be done with not-const lvalue argument?

Why is copy assignment of volatile std::atomics allowed?

Does std::construct_at make an array member of a union active?

c++ language-lawyer c++20

Does implicit object creation apply in constant expressions?

c++ language-lawyer

How does the template argument deduction perform for function template parameter when it is a class template with default argument

Evaluation Order of C Language

Is difference between two pointers pointing to the same deallocated array well-defined in C?

Why two identical pointers do not compare equal with -O1? [duplicate]

Where does the C++ standard allow an identifier with name space of a structure in a primary expression?