Programming Nonsense
RSS FeedMusings on C++, compilers, debuggers, and more.
Building a Debugger is now available to purchase.
For my art, see sybrand.ink.
Recent Posts
-
std::generator: Standard Library Coroutine Support
Published:Generate sequences of values on-demand with coroutines
-
C++23's Fold Algorithms
Published:Better folds for a modern language
-
C++23's Deducing this
Published:What it is, why it is, how to use it
-
Abbreviated Function Templates and Constrained Auto
Published:C++20 features for more terse template code
-
Conditionally Trivial Special Member Functions
Published:Why triviality matters and how you can propagate it