yosh-matsuda / cpp-yyjson

Ultra-fast and intuitive C++ JSON reader/writer with yyjson backend
MIT License
63 stars 6 forks source link

how about std::format #8

Open x1244 opened 11 months ago

x1244 commented 11 months ago

With standard C++20, there is std::format. How about using std::format replace the fmt::format. Then remove the dependence of {fmt}.

yosh-matsuda commented 11 months ago

Now three major compilers support the formatting library.

https://en.cppreference.com/w/cpp/compiler_support#C.2B.2B20_library_features

It may be ready to use std::format.