mirror of
https://github.com/boostorg/filesystem.git
synced 2026-01-19 04:12:09 +00:00
Pointer ordering is unspecified if the pointers are to unrelated objects, which triggers ASAN warnings. Use std::less to avoid this. Closes https://github.com/boostorg/filesystem/issues/335.