mirror of
https://github.com/boostorg/filesystem.git
synced 2025-05-12 13:41:47 +00:00
Merge branch 'mac/bug30973' of https://github.com/mikecrowe/filesystem into feature/ubsan
This commit is contained in:
commit
ad406ba3c8
@ -2341,7 +2341,7 @@ namespace detail
|
|||||||
&& (filename.size()== 1
|
&& (filename.size()== 1
|
||||||
|| (filename[1] == dot
|
|| (filename[1] == dot
|
||||||
&& filename.size()== 2)))
|
&& filename.size()== 2)))
|
||||||
{ it.increment(*ec); }
|
{ detail::directory_iterator_increment(it, ec); }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user