We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02bacdb commit f817867Copy full SHA for f817867
source/iostreams.tex
@@ -14500,8 +14500,11 @@
14500
\item Then, iterate over the files in \tcode{from}, as if by
14501
\begin{codeblock}
14502
for (const directory_entry& x : directory_iterator(from))
14503
- copy(x.path(), to/x.path().filename(), options | copy_options::@\unspec@)
+ copy(x.path(), to/x.path().filename(), options | copy_options::@\placeholder{in-recursive-copy}@);
14504
\end{codeblock}
14505
+ where \tcode{\placeholder{in-recursive-copy}}
14506
+ is a bitmask element of \tcode{copy_options}
14507
+ that is not one of the elements in~\ref{fs.enum.copy.opts}.
14508
\end{itemize}
14509
14510
\item
0 commit comments