What users say:
- Thanks for creating this library. It’s been a hole in C++ for a long time.
- I’ve used both boost::format and loki::SPrintf, and neither felt like the
- right answer. This does.
+ Thanks for creating this library. It’s been a hole in C++ for a long
+ time. I’ve used both boost::format and loki::SPrintf, and neither felt
+ like the right answer. This does.
@@ -24,8 +24,8 @@ Format API
The replacement-based Format API provides a safe alternative to ``printf``,
``sprintf`` and friends with comparable or `better performance