Motivation PawnDB is a C++17 in-memory database. Modern C++ involves a lot of boilerplate and repetitive patterns. AI coding assistants can absorb tha… ...more
The Surprising Case You write a simple C++ class. You want to be explicit, so you define a copy constructor but delete the move constructor. You expec… ...more
What is SIOF? The Static Initialization Order Fiasco (SIOF) is a bug that appears when one translation unit initializes a global object that depends o… ...more
Recent