File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 2466
2466
\pnum
2467
2467
\begin {note }
2468
2468
Default arguments are more restricted; see~\ref {dcl.fct.default }.
2469
+ \end {note }
2469
2470
2470
2471
\pnum
2472
+ \begin {note }
2471
2473
The order of initialization of variables with static storage duration is described in~\ref {basic.start }
2472
2474
and~\ref {stmt.dcl }.
2473
2475
\end {note }
Original file line number Diff line number Diff line change 12775
12775
a symbolic link to a non-existent file. Programs recursively
12776
12776
walking directory trees for purposes of removing and renaming entries may wish
12777
12777
to avoid following symbolic links.
12778
+ \end {note }
12778
12779
12779
12780
\pnum
12781
+ \begin {note }
12780
12782
If a file is removed from or added to a directory after the
12781
12783
construction of a \tcode {directory_iterator} for the directory, it is
12782
12784
unspecified whether or not subsequently incrementing the iterator will ever
@@ -13768,10 +13770,10 @@
13768
13770
13769
13771
\pnum
13770
13772
\begin {note } The \tcode {current_path()} name was chosen to emphasize that the returned value is a
13771
- path, not just a single directory name.
13773
+ path, not just a single directory name. \end { note }
13772
13774
13773
13775
\pnum
13774
- The current path as returned by many operating systems is a dangerous
13776
+ \begin { note } The current path as returned by many operating systems is a dangerous
13775
13777
global variable. It may be changed unexpectedly by a third-party or system
13776
13778
library functions, or by another thread. \end {note }
13777
13779
\end {itemdescr }
You can’t perform that action at this time.
0 commit comments