Skip to content

Commit ee8aa52

Browse files
committed
[basic.ios.members], [streambuf.virt.put], [cmplx.over] replace enumerated lists with itemized
1 parent 6ca5523 commit ee8aa52

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

source/iostreams.tex

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2054,11 +2054,11 @@
20542054
\tcode{*this}
20552055
the corresponding member objects of \tcode{rhs} as follows:
20562056

2057-
\begin{enumerate}
2057+
\begin{itemize}
20582058
\item calls each registered callback pair \tcode{(fn, index)} as
20592059
\tcode{(*fn)(erase_event, *this, index)};
20602060

2061-
\item assigns to the member objects of \tcode{*this} the corresponding member objects of
2061+
\item then, assigns to the member objects of \tcode{*this} the corresponding member objects of
20622062
\tcode{rhs}, except that
20632063

20642064
\begin{itemize}
@@ -2075,12 +2075,12 @@
20752075
objects;
20762076
\end{itemize}
20772077

2078-
\item calls each callback pair that was copied from \tcode{rhs} as
2078+
\item then, calls each callback pair that was copied from \tcode{rhs} as
20792079
\tcode{(*fn)(copyfmt_event, *this, index)};
20802080

2081-
\item calls \tcode{exceptions(rhs.exceptions())}.
2081+
\item then, calls \tcode{exceptions(rhs.exceptions())}.
20822082

2083-
\end{enumerate}
2083+
\end{itemize}
20842084

20852085
\pnum
20862086
\begin{note}
@@ -3964,10 +3964,10 @@
39643964
\requires
39653965
Every overriding definition of this virtual function
39663966
shall obey the following constraints:
3967-
\begin{enumerate}
3967+
\begin{itemize}
39683968
\item
39693969
The effect of consuming a character on the associated output sequence is
3970-
specified\footnote{That is, for each class derived from an instance of
3970+
specified.\footnote{That is, for each class derived from an instance of
39713971
\tcode{basic_streambuf}
39723972
in this Clause~(\ref{stringbuf},
39733973
\ref{filebuf}),
@@ -4006,7 +4006,7 @@
40064006
and
40074007
\tcode{pptr()}
40084008
according to the above rules.
4009-
\end{enumerate}
4009+
\end{itemize}
40104010

40114011
\pnum
40124012
\returns

source/numerics.tex

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1289,21 +1289,21 @@
12891289
\indextext{overloads!floating-point}%
12901290
The additional overloads shall be sufficient to ensure:
12911291

1292-
\begin{enumerate}
1292+
\begin{itemize}
12931293
\item If the argument has type \tcode{long double}, then it is effectively
12941294
cast to \tcode{complex<long double>}.
12951295
\item Otherwise, if the argument has type \tcode{double} or an integer type,
12961296
then it is effectively cast to \tcode{complex<\brk{}double>}.
12971297
\item Otherwise, if the argument has type \tcode{float}, then it is
12981298
effectively cast to \tcode{complex<float>}.
1299-
\end{enumerate}
1299+
\end{itemize}
13001300

13011301
\pnum
13021302
\indexlibrary{\idxcode{pow}}%
13031303
Function template \tcode{pow} shall have additional overloads sufficient to
13041304
ensure, for a call with at least one argument of type \tcode{complex<T>}:
13051305

1306-
\begin{enumerate}
1306+
\begin{itemize}
13071307

13081308
\item If either argument has type \tcode{complex<long double>} or type \tcode{long
13091309
double}, then both arguments are effectively cast to
@@ -1313,7 +1313,7 @@
13131313
\tcode{complex<double>}.
13141314
\item Otherwise, if either argument has type \tcode{complex<float>} or \tcode{float},
13151315
then both arguments are effectively cast to \tcode{complex<float>}.
1316-
\end{enumerate}
1316+
\end{itemize}
13171317

13181318
\rSec2[complex.literals]{Suffixes for complex number literals}
13191319

0 commit comments

Comments
 (0)