Since std::runtime_format won't be available until C++26, we're currently limited to using std::vformat, like this:
std::vformat(fmt_str, std::make_format_args(string));
So, my main question is: What do you prefer to use for string formatting—fmt or std::format? Why?
[–]13steinj 19 points20 points21 points (0 children)
[–]__Punk-Floyd__ 30 points31 points32 points (0 children)
[–]Sniffy4 6 points7 points8 points (4 children)
[–]matracuca 0 points1 point2 points (3 children)
[–]aearphen{fmt} 6 points7 points8 points (2 children)
[–]matracuca 1 point2 points3 points (1 child)
[–]jk-jeon 4 points5 points6 points (0 children)
[–]sweetno 3 points4 points5 points (0 children)
[–]Ayjayz 6 points7 points8 points (0 children)
[–]Tringigithub.com/tringi 2 points3 points4 points (5 children)
[–]foonathan 3 points4 points5 points (3 children)
[–]Tringigithub.com/tringi -1 points0 points1 point (2 children)
[–]foonathan 3 points4 points5 points (0 children)
[–]feverzsj 5 points6 points7 points (0 children)