id summary reporter owner description type status milestone component version severity resolution keywords cc 4065 Boost Filesystem lexicographic path comparison inconsistent dbetz@… Beman Dawes "I am using boost svn number 60558. Briefly, paths ""/foo/"" and ""/foo/."" are not <, >, or ==: #include #include int main(int argc, char *argv[]){ boost::filesystem::path p(""/foo/""); boost::filesystem::path q(""/foo/.""); if (pq) std::cerr << p << "" > "" << q << std::endl; else std::cerr << p << "" ? "" << q << std::endl; } gives the following output: /foo/ ? /foo/. " Bugs closed Boost 1.43.0 filesystem Boost Development Trunk Showstopper fixed filesystem, lexicographic_compare