Skip to content

Do not crash when a filesystem error is encountered

David Redondo requested to merge work/davidre/fssystemcrash into master

directory_iterator(path&) will throw if an error happens. Avoid this by using the error_code overload. BUG:437607

Merge request reports