File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 12669
12669
elements representing the files in the directory, if any; otherwise the end
12670
12670
iterator. However, if
12671
12671
\begin {codeblock }
12672
- (options & directory_options::skip_permissions_denied ) != directory_options::none
12672
+ (options & directory_options::skip_permission_denied ) != directory_options::none
12673
12673
\end {codeblock }
12674
12674
and construction encounters an error indicating
12675
12675
that permission to access \tcode {p} is denied, constructs the end iterator
12846
12846
entry in the directory \tcode {p} resolves to, if any; otherwise, the end iterator.
12847
12847
However, if
12848
12848
\begin {codeblock }
12849
- (options & directory_options::skip_permissions_denied ) != directory_options::none
12849
+ (options & directory_options::skip_permission_denied ) != directory_options::none
12850
12850
\end {codeblock }
12851
12851
and construction encounters an error indicating
12852
12852
that permission to access \tcode {p} is denied, constructs the end iterator
13020
13020
then either directory \tcode {(*this)->path()} is recursively iterated into or,
13021
13021
if
13022
13022
\begin {codeblock }
13023
- (options() & directory_options::skip_permissions_denied ) != directory_options::none
13023
+ (options() & directory_options::skip_permission_denied ) != directory_options::none
13024
13024
\end {codeblock }
13025
13025
and an error occurs indicating that permission to access directory \tcode {(*this)->path()} is denied,
13026
13026
then directory \tcode {(*this)->path()} is
You can’t perform that action at this time.
0 commit comments