Closed schmouk closed 1 hour ago
std::strstream is deprecated since c++17. Let's use std::format instead in cpp-20 version of the library.
std::strstream
std::format
Completed.Validated.
std::strstream
is deprecated since c++17. Let's usestd::format
instead in cpp-20 version of the library.