id,summary,reporter,owner,description,type,status,milestone,component,version,severity,resolution,keywords,cc 12743,boost::filesystem in Windows fails to compare two identical paths with different case,diecalt@…,Beman Dawes," boost::filesystem::path a = ""E:\\temp\\One""; boost::filesystem::path b = ""E:\\Temp\\One""; if (a == b) { std::cout << ""Paths are identical"" << std::endl; } else { std::cout << ""Paths are different"" << std::endl; } This code prints ""Paths are different"".",Bugs,new,To Be Determined,filesystem,Boost 1.61.0,Problem,,,