1 Nov
2012
1 Nov
'12
3:55 p.m.
On Thu, Nov 1, 2012 at 4:07 AM, Nat Linden
Am I correct? Given the way some containers implement end(), I always feel nervous about decrementing end(). I'm happy to see that Boost.Filesystem's own tests guarantee that usage; but is there anything in the documentation that would have assured me of that?
http://www.boost.org/doc/libs/1_49_0/libs/filesystem/v3/doc/reference.html#p... "A path::iterator is a constant iterator satisfying all the requirements of a bidirectional iterator (C++ Std, 24.1.4 Bidirectional iterators [lib.bidirectional.iterators])."