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.