TyanNN added inline comments.
================ Comment at: test/std/experimental/filesystem/fs.op.funcs/fs.op.remove/remove.pass.cpp:67 non_empty_dir, - file_in_bad_dir, + // file_in_bad_dir, // produces "St13exception_ptruncaught_exceptions not yet implemented" }; ---------------- This error is quite strange: it is not inherited from std::exception, one can only really find our the error with std::current_exception, and it happens when you use the path in fs::remove and fs::remove_all. Any idea about this? @mclow.lists https://reviews.llvm.org/D41830 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits