MSVC's implementation of recursive_directory_iterator throws an exception on an error despite a std::error_code being passed into its constructor. This is most likely a bug in MSVC's implementation since directory_iterator does not throw an exception on an error. We can replace the usage of recursive_directory_iterator for now until MSVC fixes their implementation of it. |
||
|---|---|---|
| .. | ||
| file.cpp | ||
| file.h | ||
| fs.cpp | ||
| fs.h | ||
| fs_paths.h | ||
| fs_types.h | ||
| fs_util.cpp | ||
| fs_util.h | ||
| path_util.cpp | ||
| path_util.h | ||