Issue
If it doesn't, do you know what compiler or version will?
See cppreference/format.
Solution
Does gcc support c++20
std::format
?
Not yet!
I am the one expecting to use std::format
, but there's no compiler support yet, even gcc 10. See Text formating
in Library features.
Compiler support for C++20 library features
Answered By - John Park