Crow – C++ Microframework for Web, inspired by Python Flask 12 years ago
I like the technique to generate compile error when there is a mismatch between format string and actual argument list and type - This is what only statically typed language can do and dynamically typed languages like python can't do.
Maybe this technique could be applied in printf or other C++ APIs using format string.