You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Lastique
changed the title
path::compare is not really noexceptpath::compare should be noexceptAug 31, 2022
path::compare
callslex_compare_vN
internally, which operates onpath::iterator
s and therefore is notnoexcept
. C++ standard sayspath::compare
should benoexcept
.The text was updated successfully, but these errors were encountered: