We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
As you know, MacOS support -std=c++20 even in 10.14 but does not support <filesystem> until 10.15.
-std=c++20
10.14
<filesystem>
10.15
char8_t, std::u8string are coming soon. std::filesystem::path::string() will returns std::u8string instead of std::string.
char8_t
std::u8string
std::filesystem::path::string()
std::string