Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in language-lawyer

Constructor interferes with member variable designated initializer?

Is temporary object originally const?

Is it legal to elide a non-trivial copy/move constructor in initialization?

c++ c++11 language-lawyer

"temporary of type 'A' has protected destructor", but its type is B

Why does std::vector work with incomplete types in class definitions?

Constructor taking std::initializer_list is preferred over other constructors

Using offsetof to access struct member

What is a composite type in C?

c language-lawyer c11

Interdependent initialization with commas?

What is the functional difference between a const pointer (not a pointer to const) and a reference?

Is it safe to call vector.resize(0) after moving its content [duplicate]

c++ language-lawyer

integral_constants in ternary operator

c++ language-lawyer

How does this template type deduction and overload resolution work?

std::launder and strict aliasing rule

Assigning pointers to atomic type to pointers to non atomic type

Ordering of using namespace std; and includes?

Are C++ abstract classes incomplete types?

c++ language-lawyer c++14

Is there any difference with undefined behaviour between iterator and scalar object?

Reference to uninitialized object

Can a non-type template parameter be of type "void*"?