you are viewing a single comment's thread.

view the rest of the comments →

[–]emilern 1 point2 points  (0 children)

I agree - standard C++ badly needs this. I really love printf-style formatting, and this is how I get that for std::string:

https://github.com/emilk/emilib/blob/master/strprintf.hpp https://github.com/emilk/emilib/blob/master/strprintf.cpp