id summary reporter owner description type status milestone component version severity resolution keywords cc 5434 path.make_preferred() does not work as specified on Windows steffen.priesterjahn@… Beman Dawes "On the Windows platform and since boost 1.46.1, path.make_preferred() simply executes {{{ std::replace(m_pathname.begin(), m_pathname.end(), L'\\', L'/'); }}} which replaces backslashes with forward slashes. However, the function should do the opposite thing." Bugs closed To Be Determined filesystem Boost 1.46.1 Problem fixed filesystem windows make_preferred