|
Boost : |
From: Russell Hind (rh_gmane_at_[hidden])
Date: 2005-06-16 05:15:57
I have two paths, both set to c:\ and if I concatenate them using
operator /, I get a resultant path of c:\c:\ which is invalid, but the
namechecking doesn't throw an execption. e.g.
void test(void)
{
boost::filesystem::path p("C:\\", boost::filesystem::native);
boost::filesystem::path p2(p);
p2 = p2 / p;
}
p2 results as "c:/c:/" (the internal representation).
Cheers
Russell
Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk