Whimsy++

Bite-sized, whimsy and obscure C++ topics explained concisely.

Each post is categorized in 3 levels (modest, remarkable, diabolical) for their whimsiness and obscurity.

Posts are entirely written by me (no LLM assist/grammar check etc.). They are all topics I encountered during work or daily programming.

Global Compile Time Strings Must Be Short

Static duration constexpr std::string has a hidden length limit...

March 15, 2026 · 2 min · Uzay Uysal