[Boost-bugs] [Boost C++ Libraries] #5702: Filename is returned within quotes instead without

Subject: [Boost-bugs] [Boost C++ Libraries] #5702: Filename is returned within quotes instead without
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2011-07-16 09:30:02


#5702: Filename is returned within quotes instead without
--------------------------------+-------------------------------------------
 Reporter: moritz@… | Owner: bemandawes
     Type: Bugs | Status: new
Milestone: To Be Determined | Component: filesystem
  Version: Boost 1.47.0 | Severity: Problem
 Keywords: |
--------------------------------+-------------------------------------------
 In the reference
 (http://www.boost.org/doc/libs/1_47_0/libs/filesystem/v3/doc/reference.html
 #path-decomposition) it is said that for example the filename returned by
 filename() will be without the quotes:
 {{{#!c++
 std::cout << path("/foo/bar.txt").filename(); // outputs "bar.txt"
 (without the quotes)
 }}}
 But actually I'm getting an output with the filename enclosed in quotes
 like:
 {{{
 "bar.txt"
 }}}

 I'm using Windows Vista.

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/5702>
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:07 UTC