mirror of
https://github.com/boostorg/filesystem.git
synced 2026-02-01 08:32:08 +00:00
This resolves a bug where the directory_iterator at the top of the stack is invalid (ie. an end iterator) if an error occurs. So, you cannot dereference it, and you cannot use any other method (e.g. no_push) on it, otherwise std::abort will be called. Avoid pushing an end iterator onto the directory stack. [1] https://svn.boost.org/trac/boost/ticket/5403 [2] https://svn.boost.org/trac/boost/ticket/6821#comment:5