Files
filesystem/build
Andrey Semashev d316a9d3aa Use std::less to detect string overlap in path::append.
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.
2025-06-21 03:32:25 +03:00
..