Covariant types in C++ virtual methods

Return types of methods-overrides may be different

May 1, 2025 · 3 min ·  C++

Mysterious signed operand in a C++ expression

Integral promotion in action

April 24, 2025 · 2 min ·  C++

Unspecified behaviour in std::unordered_set and MacOS SDK

Unspecified behaviour may vary between different STL implementations

December 28, 2024 · 4 min ·  C++ XCode