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?