boostorg / boostorg/filesystem
Add `path` method overloads taking `std::locale`
Open
- Dominant language
- C++
- Stars
- 180
- Forks
- 168
- PR merge metrics
- No merged PRs in 30d
Description
`std::filesystem::path` [passes](http://eel.is/c++draft/filesystems#fs.path.construct-6) `std::locale` objects as opposed to `codecvt` facets. We can support both, using `std::use_facet(loc)`.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.