We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
path
std::locale
std::filesystem::path passes std::locale objects as opposed to codecvt facets. We can support both, using std::use_facet<codecvt_type>(loc).
std::filesystem::path
codecvt
std::use_facet<codecvt_type>(loc)