@@ -12832,10 +12832,12 @@
12832
12832
\begin {itemdescr }
12833
12833
\pnum
12834
12834
\postconditions
12835
- \tcode {code() == ec},
12836
- \tcode {path1().empty() == true},
12837
- \tcode {path2().empty() == true}, and
12838
- \tcode {string_view(what()).find(what_arg)} \tcode {!= string_view::npos}.
12835
+ \begin {itemize }
12836
+ \item \tcode {code() == ec},
12837
+ \item \tcode {path1().empty() == true},
12838
+ \item \tcode {path2().empty() == true}, and
12839
+ \item \tcode {string_view(what()).find(what_arg)} \tcode {!= string_view::npos}.
12840
+ \end {itemize }
12839
12841
\end {itemdescr }
12840
12842
12841
12843
\indexlibrary {\idxcode {filesystem_error}!constructor}%
@@ -12846,10 +12848,12 @@
12846
12848
\begin {itemdescr }
12847
12849
\pnum
12848
12850
\postconditions
12849
- \tcode {code() == ec},
12850
- \tcode {path1()} returns a reference to the stored copy of \tcode {p1},
12851
- \tcode {path2().empty() == true}, and
12852
- \tcode {string_view(what()).find(what_arg)} \tcode {!= string_view::npos}.
12851
+ \begin {itemize }
12852
+ \item \tcode {code() == ec},
12853
+ \item \tcode {path1()} returns a reference to the stored copy of \tcode {p1},
12854
+ \item \tcode {path2().empty() == true}, and
12855
+ \item \tcode {string_view(what()).find(what_arg)} \tcode {!= string_view::npos}.
12856
+ \end {itemize }
12853
12857
\end {itemdescr }
12854
12858
12855
12859
\indexlibrary {\idxcode {filesystem_error}!constructor}%
@@ -12860,10 +12864,12 @@
12860
12864
\begin {itemdescr }
12861
12865
\pnum
12862
12866
\postconditions
12863
- \tcode {code() == ec},
12864
- \tcode {path1()} returns a reference to the stored copy of \tcode {p1},
12865
- \tcode {path2()} returns a reference to the stored copy of \tcode {p2}, and
12866
- \tcode {string_view(what()).find(what_arg)} \tcode {!= string_view::npos}.
12867
+ \begin {itemize }
12868
+ \item \tcode {code() == ec},
12869
+ \item \tcode {path1()} returns a reference to the stored copy of \tcode {p1},
12870
+ \item \tcode {path2()} returns a reference to the stored copy of \tcode {p2}, and
12871
+ \item \tcode {string_view(what()).find(what_arg)} \tcode {!= string_view::npos}.
12872
+ \end {itemize }
12867
12873
\end {itemdescr }
12868
12874
12869
12875
\indexlibrarymember {path1}{filesystem_error}%
14478
14484
\item Then, iterate over the files in \tcode {from}, as if by
14479
14485
\begin {codeblock }
14480
14486
for (const directory_entry& x : directory_iterator(from))
14481
- copy(x.path(), to/x.path().filename(), options | copy_options::@\placeholder {in-recursive-copy}@);
14487
+ copy(x.path(), to/x.path().filename(),
14488
+ options | copy_options::@\placeholder {in-recursive-copy}@);
14482
14489
\end {codeblock }
14483
14490
where \tcode {\placeholder {in-recursive-copy}}
14484
14491
is a bitmask element of \tcode {copy_options}
0 commit comments