Boost logo

Boost :

From: Alexei Alexandrov (alexei.alexandrov_at_[hidden])
Date: 2007-05-25 07:54:22


Hi,

recursive iterator in the Boost Filesystem library has a function pop() which
allows to break iteration over current level directory. But at the same time,
recursive iterator doesn't seem to give any guarantees about the order of
iteration regarding files and directories. But without such guarantees pop()
seems to be pretty useless.

What I'm missing? Is there any valid use case for
recursive_directory_iterator::pop() at all?


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