Morph c978f3144c common: fs: Use the normal directory iterator in *Recursively functions
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.
2021-06-12 01:39:07 -04:00
..
2021-02-18 00:45:17 -03:00
2020-12-29 14:33:41 -05:00
2018-10-02 16:04:10 +02:00
2021-03-10 20:37:56 +00:00
2020-10-21 22:14:23 -04:00
2021-02-28 17:25:31 -05:00
2021-06-11 17:27:06 +02:00
2020-08-26 02:32:32 -04:00
2020-06-27 18:20:06 -04:00
2020-11-05 10:07:16 -05:00
2020-10-26 23:07:36 -04:00
2021-01-02 10:23:41 -05:00
2019-04-25 08:07:57 -04:00
2021-01-15 16:31:19 -03:00