Boost logo

Boost :

Subject: [boost] [filesystem] Normalize
From: Konstantin Litvinenko (to.darkangel_at_[hidden])
Date: 2009-03-09 04:07:36


Hi All!

I have noticed that

fs::path("/foo/boo/.").normalize == fs::path("/foo/boo/.")

and but I expect

fs::path("/foo/boo/.").normalize == fs::path("/foo/boo")

without trailing dot.
I there is a reason why trailing dot is not removed? Is that paths is
not equivalents on some systems?


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk