llvm-project/libcxx/test/std/experimental/filesystem/class.rec.dir.itr
Eric Fiselier 25255013ba Fix bugs in recursive_directory_iterator::increment(ec) implementation and tests.
r273060 didn't completely fix the issues in recursive_directory_iterator and
the tests. This patch follows up with more fixes

* Fix bug where recursive_directory_iterator::increment(ec) did not reset
  the error code if no failure occurred.

* Fix bad assertion in the recursive_directory_iterator::increment(ec) test
  that would only fire for certain iteration orders.

llvm-svn: 273070
2016-06-17 23:57:16 +00:00
..
rec.dir.itr.members Fix bugs in recursive_directory_iterator::increment(ec) implementation and tests. 2016-06-17 23:57:16 +00:00
rec.dir.itr.nonmembers