[PATCH] Test begin and end functions for directory iterators

2016-05-10 Thread Jonathan Wakely
A minor fix for missing noexcept qualifiers, pointed out by Eric again. * include/experimental/bits/fs_dir.h (begin, end): Add noexcept. * testsuite/experimental/filesystem/iterators/directory_iterator.cc: Test begin and end functions. * testsuite/experimental/file

[PATCH] Test begin and end functions for directory iterators

2016-05-10 Thread redi
A minor fix for missing noexcept qualifiers, pointed out by Eric again. * include/experimental/bits/fs_dir.h (begin, end): Add noexcept. * testsuite/experimental/filesystem/iterators/directory_iterator.cc: Test begin and end functions. * testsuite/experimental/file