Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in language-lawyer

std::complex<> in C++ math special functions: technical specification or proposal

c++ language-lawyer std cmath

Class template argument deduction for std::initializer_list?

c++ c++17 language-lawyer

Any way to have an Implicit Lifetime Type with a user defined constructor?

How to recover offset in buffer of emplaced object from object pointer

c++ language-lawyer c++20

simple program giving different results on linux vs on mac [duplicate]

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