mirror of
https://github.com/boostorg/filesystem.git
synced 2026-01-19 16:22:11 +00:00
Path comparison operators that accept arbitrary path source types now require the other argument to be exactly path. This prevents the compiler from picking those operators when the other argument is convertible to path. This can happen even when neither of the arguments are actually paths, e.g. when the comparison operators are brought into the current scope by a using directive. Fixes https://github.com/boostorg/filesystem/issues/285.
1.1 KiB
1.1 KiB