Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in language-lawyer

C11 memory model -- two threads execute atomic_fetch_add followed by atomic_load -- what output is possible?

Preprocessing: Is defining a shorthand for `import` legal?

Python modifying dict entries in-place during iteration

Class with constructor template requiring copyable argument is not copyable by itself

In which situations does the second form of `__has_include` appear?

Overload resolution of int vs std::vector<int> with an initializer list of a single int

Clang accepts out of class destructor definition while gcc does not

Why is mutable lambda converted to function pointer instead of calling operator()?

Behavior of FLT_ROUNDS vs. fesetround() / fegetround()

Compiler variance for trailing requires-clauses on non-templated functions

Accessing bytes of an object in C

c language-lawyer

Treatment of backslash character in the bracket expression

How c++ compiler matches "Class::operator=="?

c++ language-lawyer c++20

If class Outer is my friend, is class Outer::Inner too?

Is the author's union-based implementation of an optional<bool> well-defined in P2641?

C++20 consteval functions and constexpr variables - are they guaranteed to be evaluated at compilation time?

Can anonymous union be simply `const` (not `constexpr`)?

Unusual behavior of standard library function abs() on different C++ compilers

How to access an object representation according to the c++ standard?