[PATCH] Five patches for std::experimental::filesystem
Jonathan Wakely
jwakely@redhat.com
Wed Oct 26 13:34:00 GMT 2016
On 24/10/16 17:50 +0100, Jonathan Wakely wrote:
> Make directory iterators become end iterator on error
> * src/filesystem/dir.cc (open_dir): Return same value for errors
> whether ignored or not.
> (_Dir::advance(error_code*, directory_options)): Return false on
> error.
> (directory_iterator(const path&, directory_options, error_code*)):
> Create end iterator on error (LWG 2723).
> (recursive_directory_iterator(const path&, directory_options,
> error_code*)): Likewise.
> * testsuite/experimental/filesystem/iterators/directory_iterator.cc:
> Update expected behaviour on error.
> * testsuite/experimental/filesystem/iterators/
> recursive_directory_iterator.cc: Likewise.
I missed the case where recursing into a sub-directory fails, and that
happened to be the one bit of the test where I didn't add a new check.
Tested x86_64-linux, committed to trunk.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: patch.txt
Type: text/x-patch
Size: 1670 bytes
Desc: not available
URL: <http://gcc.gnu.org/pipermail/libstdc++/attachments/20161026/1531ff6a/attachment.bin>
More information about the Libstdc++
mailing list