filesystem icon indicating copy to clipboard operation
filesystem copied to clipboard

`path::compare` should be `noexcept`

Open Lastique opened this issue 3 years ago • 0 comments

path::compare calls lex_compare_vN internally, which operates on path::iterators and therefore is not noexcept. C++ standard says path::compare should be noexcept.

Lastique avatar Aug 31 '22 05:08 Lastique