On Thu, Nov 1, 2012 at 4:07 AM, Nat Linden <nat@lindenlab.com> wrote:
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#path-iterators

"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])."