boostorg / boostorg/filesystem
`path::compare` should be `noexcept`
Open
- Dominant language
- C++
- Stars
- 180
- Forks
- 168
- PR merge metrics
- No merged PRs in 30d
Description
`path::compare` calls `lex_compare_vN` internally, which operates on `path::iterator`s and therefore is not `noexcept`. C++ standard says `path::compare` should be `noexcept`.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.