Subject: [Boost-bugs] [Boost C++ Libraries] #8053: Path composition on Windows fails using drive letters
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2013-02-13 09:32:18
#8053: Path composition on Windows fails using drive letters
------------------------------+---------------------------------------------
Reporter: anonymous | Owner: bemandawes
Type: Bugs | Status: new
Milestone: To Be Determined | Component: filesystem
Version: Boost 1.52.0 | Severity: Problem
Keywords: |
------------------------------+---------------------------------------------
When composing paths on Windows invalid paths are created, when the first
path is only a drive letter, as shown in the following example.
{{{
fs::path root = "C:";
fs::path dir = root / "folder";
// dir is now "C:folder", expecting "C:/folder"
}}}
Tested with MSVC++10 on Win7.
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/8053> 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:12 UTC