Merge branch 'mac/bug30973' of https://github.com/mikecrowe/filesystem into feature/ubsan

This commit is contained in:
Peter Dimov 2018-09-05 20:39:35 +03:00
commit ad406ba3c8

View File

@ -2341,7 +2341,7 @@ namespace detail
&& (filename.size()== 1
|| (filename[1] == dot
&& filename.size()== 2)))
{ it.increment(*ec); }
{ detail::directory_iterator_increment(it, ec); }
}
}