llvm-project/libcxx/test/std/experimental/filesystem/fs.op.funcs/fs.op.create_directories
Eric Fiselier e3690ba586 Implement LWG 3014 - Fix more noexcept issues in filesystem.
This patch removes the noexcept declaration from filesystem
operations which require creating temporary paths or
creating a directory iterator. Either of these operations
can throw.

llvm-svn: 324192
2018-02-04 07:35:36 +00:00
..
create_directories.pass.cpp Implement LWG 3014 - Fix more noexcept issues in filesystem. 2018-02-04 07:35:36 +00:00