filesystem icon indicating copy to clipboard operation
filesystem copied to clipboard

Add `path` method overloads taking `std::locale`

Open Lastique opened this issue 3 years ago • 0 comments

std::filesystem::path passes std::locale objects as opposed to codecvt facets. We can support both, using std::use_facet<codecvt_type>(loc).

Lastique avatar Aug 31 '22 06:08 Lastique