id,summary,reporter,owner,description,type,status,milestone,component,version,severity,resolution,keywords,cc 5702,Filename is returned within quotes instead without,moritz@…,Beman Dawes,"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.",Bugs,new,To Be Determined,filesystem,Boost 1.47.0,Problem,,,