You don't realize just how good C++23 is until you take some old C++ code, paste it into #Godbolt, set the compiler flags to C++23, add a few concept-checking asserts, read the beautifully clear error messages from concepts, and fix your problem.
#ModernCPP #CPP #Concepts #Legacy #Evolution #Happyiness #Programming