Subject: Re: [Boost-bugs] [Boost C++ Libraries] #4611: path::operator / does not remove redundant separators
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2010-08-29 16:00:43
#4611: path::operator / does not remove redundant separators
------------------------------------+---------------------------------------
Reporter: neo_in_matrix@⦠| Owner: bemandawes
Type: Bugs | Status: new
Milestone: To Be Determined | Component: filesystem
Version: Boost 1.44.0 | Severity: Optimization
Resolution: | Keywords:
------------------------------------+---------------------------------------
Comment (by neo_in_matrix@â¦):
Yeah... my first message is garbled by this bug system.
Let's say the code is like this:
{{{
filesystem::path path1("\\abc\\");
filesystem::path path2("\\xyz\\");
filesystem::path path3 = path1 / path2;
//path3 will be \abc\\xyz\, which has redundant path seps.
}}}
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/4611#comment:2> 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:04 UTC