`std::format` is C++20's new formatting facility, which is used by `std::print` and friends. Currently argparse only supports C++11 style iostreams.