Skip to content

Commit a852a02

Browse files
committed
[zombie.names] Reformatted sequence of zombie header as a list
This reformatting, in addition being consistent with the rest of the clause, resolves an overful hbox warning. Also added the missing text at end of the opening sentence of p3.
1 parent 62d1427 commit a852a02

File tree

1 file changed

+12
-9
lines changed

1 file changed

+12
-9
lines changed

source/lib-intro.tex

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3098,22 +3098,25 @@
30983098
\pnum
30993099
The following names are reserved as member functions for previous
31003100
standardization, and may not be used as a name for function-like macros in
3101+
portable code:
31013102
\begin{itemize}
31023103
\item \indexlibraryzombie{freeze} \tcode{freeze},
31033104
\item \indexlibraryzombie{pcount} \tcode{pcount}, and
31043105
\item \indexlibraryzombie{stossc} \tcode{stossc},
31053106
\end{itemize}
31063107

31073108
\pnum
3108-
The header names
3109-
\libnoheader{ccomplex},
3110-
\libnoheader{ciso646},
3111-
\libnoheader{codecvt},
3112-
\libnoheader{cstdalign},
3113-
\libnoheader{cstdbool},
3114-
\libnoheader{ctgmath}, and
3115-
\libnoheader{strstream}
3116-
are reserved for previous standardization.
3109+
The following header names are reserved for previous standardization:
3110+
\begin{itemize}
3111+
\item \libnoheader{ccomplex},
3112+
\item \libnoheader{ciso646},
3113+
\item \libnoheader{codecvt},
3114+
\item \libnoheader{cstdalign},
3115+
\item \libnoheader{cstdbool},
3116+
\item \libnoheader{ctgmath},
3117+
and
3118+
\item \libnoheader{strstream}
3119+
\end{itemize}
31173120

31183121
\rSec4[macro.names]{Macro names}
31193122

0 commit comments

Comments
 (0)