Skip to content

Commit f817867

Browse files
Dawn Perchikzygoloid
authored andcommitted
LWG3015 copy_options::unspecified underspecified
1 parent 02bacdb commit f817867

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

source/iostreams.tex

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14500,8 +14500,11 @@
1450014500
\item Then, iterate over the files in \tcode{from}, as if by
1450114501
\begin{codeblock}
1450214502
for (const directory_entry& x : directory_iterator(from))
14503-
copy(x.path(), to/x.path().filename(), options | copy_options::@\unspec@)
14503+
copy(x.path(), to/x.path().filename(), options | copy_options::@\placeholder{in-recursive-copy}@);
1450414504
\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}.
1450514508
\end{itemize}
1450614509

1450714510
\item

0 commit comments

Comments
 (0)