Skip to content

Commit c6d00d9

Browse files
Eelistkoeppe
authored andcommitted
[dcl.init, class.directory_iterator, fs.op.current_path] Split multiparagraph notes into multiple note paragraphs.
The paragraphs are unrelated and don't belong into a single note.
1 parent f66fb79 commit c6d00d9

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

source/declarators.tex

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2466,8 +2466,10 @@
24662466
\pnum
24672467
\begin{note}
24682468
Default arguments are more restricted; see~\ref{dcl.fct.default}.
2469+
\end{note}
24692470

24702471
\pnum
2472+
\begin{note}
24712473
The order of initialization of variables with static storage duration is described in~\ref{basic.start}
24722474
and~\ref{stmt.dcl}.
24732475
\end{note}

source/iostreams.tex

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12775,8 +12775,10 @@
1277512775
a symbolic link to a non-existent file. Programs recursively
1277612776
walking directory trees for purposes of removing and renaming entries may wish
1277712777
to avoid following symbolic links.
12778+
\end{note}
1277812779

1277912780
\pnum
12781+
\begin{note}
1278012782
If a file is removed from or added to a directory after the
1278112783
construction of a \tcode{directory_iterator} for the directory, it is
1278212784
unspecified whether or not subsequently incrementing the iterator will ever
@@ -13768,10 +13770,10 @@
1376813770

1376913771
\pnum
1377013772
\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}
1377213774

1377313775
\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
1377513777
global variable. It may be changed unexpectedly by a third-party or system
1377613778
library functions, or by another thread. \end{note}
1377713779
\end{itemdescr}

0 commit comments

Comments
 (0)