Closed OpatrilPeter closed 6 years ago
Method to_string in experimental (pre-C++17) version of std::string_view was removed from C++17 standard. New preferred (and backward compatible) way is calling std::string constructor.
to_string
std::string_view
Method
to_string
in experimental (pre-C++17) version ofstd::string_view
was removed from C++17 standard. New preferred (and backward compatible) way is calling std::string constructor.