id summary reporter owner description type status milestone component version severity resolution keywords cc 9682 "first slash in path ""a:/b/c"" is interpreted as second node in [path.begin() parh.end()] sequence (windows)" anonymous Beman Dawes "//windows boost::filesystem::path p(""a:/b/c""); boost::filesystem::path result; for(boost::filesystem::path::iterator it = p.begin(); it != p.end(); ++it) { result/=*it; //value of it on second iteration is '/' } assert(result.string() == ""a:/b\c"");" Bugs new To Be Determined filesystem Boost 1.55.0 Problem