Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in language-lawyer

Are there any specific types or values for which type-punning produces identical behavior in all Standard-conforming C implementations?

Accessing members of base classes in the derived class through runtime indexing

What do these quotes say about pointer arithmetic?

Any usages of default operator!=, operator< ...?

Is reordering really a useful concept for multithread program reasoning?

How does partial ordering of function templates work?

How is the following passage from the standard to be interpreted?

auto ( expression ) in direct initialization argument

Copying std::vector of primitive types behavior

Defining a function returning incompatible type, but unreachable

c language-lawyer c99

Downcast to derived class in CRTP base class constructor: UB or not? [duplicate]

Static and non-static member function templates with the same parameter types and requires clause in C++

Does undefined behaviour retroactively mean that earlier visible side-effects aren't guaranteed?

Why does = default member initializer request instantiation of unique_ptr destructor while {} does not?

Using auto as template parameter

c++ c++17 language-lawyer

Can std::atomic_flag be used in a signal handler