Changeset 50674

Timestamp:
Jan 19, 2009, 6:38:28 PM (14 years ago)
Author:
Beman Dawes
Message:

Filesystem: path operator==, !=; use string comparison rather than !(lhs < rhs) && !(rhs < lhs) because the result is the same yet the direct string compare is much more efficient than operator<, which uses lexicographical_compare.

(No files)

Note: See TracChangeset for help on using the changeset viewer.