Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in language-lawyer

Why is there no `noexcept` specifier on std::unordered_map::count?

typename, type members and non-type members: is it valid code?

Does redefining a function from the standard library violate the one-definition rule?

What's the reason behind not being able to use readonly fields in switch blocks?

Why the carriage return character is not considered as a white space character by the preprocessor

Downcast: why: ‘A’ is an inaccessible base of ‘B’?

Concurrent reads on non-atomic variable

Origin story of [temp.spec]/6?

Usage of ptrdiff_t

c language-lawyer ptrdiff-t

C++ using default-initialized iterators to create an empty std::string

Is a pointer to string literal guaranteed to be initialized before a std::string?

Defining sub-structure of sub-class inside parent class

Is it undefined behavior to run a member function in a separate thread, in parallel to the type's constructor?

Where are the statement of or the foundations for the "as if" rule in the C++ Standard?

c++ language-lawyer as-if

What kind of value does a pointer hold after using it to explicitly call the pointed object's destructor?

Is manually simulating the effects of the delete operator in C++ formally illegal?

c++ language-lawyer

Usage of Union in OOP

c++ language-lawyer unions

Are all end() iterators equivalent for a collection type?

What does the standard allow #pragma to do?

c++ language-lawyer

If the first operand of an additive expression is convertible to both pointer and integer, which conversion is chosen?