Is your feature request related to a problem? Please describe. There are places where I want to format a runtime quantity of arguments into a string. std::format does not support this. I can create a ...
// test.cpp #include <sstream> #include <iostream> int main() { std::ostringstream ss; ss << "Hello"; std::cout << ss.str() << std::endl; return 0; } with the option ...
There’s much more you can do with the general I/O problem than just take standard I/O and turn it into a class. Wouldn’t it be nice if you could make all the usual “receptacles” – standard I/O, files ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results