01/02/2024
https://www.securedglobe.net/single-post/playing-the-strings-c-20-std-format-compile-time-vs-runtime
Secured Globe, Inc. Ruth Haephrati
C++20 std::format is not all kitties and rainbows, at least until C++26 comes to the rescue. The issue relates to compile-time Vs runtime format strings — it seems like there’s no way around it — or is it? C++20 introduced the long-awaited std::format function, a powerful tool for creating for...