[Boost-bugs] [Boost C++ Libraries] #5404: path & path::make_preferred() is incorrect

Subject: [Boost-bugs] [Boost C++ Libraries] #5404: path & path::make_preferred() is incorrect
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2011-03-31 08:43:53


#5404: path & path::make_preferred() is incorrect
-----------------------------------------------+----------------------------
 Reporter: Cees Wesseling <cees@…> | Owner: bemandawes
     Type: Bugs | Status: new
Milestone: To Be Determined | Component: filesystem
  Version: Boost 1.46.1 | Severity: Showstopper
 Keywords: |
-----------------------------------------------+----------------------------
 {{{
 std::replace(m_pathname.begin(), m_pathname.end(), L'\\', L'/');

 should be

 std::replace(m_pathname.begin(), m_pathname.end(), L'/', L'\\');
 }}}

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/5404>
Boost C++ Libraries <http://www.boost.org/>
Boost provides free peer-reviewed portable C++ source libraries.

This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:06 UTC