Skip to content

Commit bf5a7e4

Browse files
jensmaurerzygoloid
authored andcommitted
[cpp.predefined] Shuffle items to avoid an unfortunate page break.
1 parent 2976a21 commit bf5a7e4

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

source/preprocessor.tex

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1633,11 +1633,18 @@
16331633
\xname{cplusplus}\\
16341634
The integer literal \tcode{\cppver}.
16351635
\begin{note}
1636-
It is intended that future
1637-
revisions of \Cpp{} will
1636+
Future revisions of \Cpp{} will
16381637
replace the value of this macro with a greater value.
16391638
\end{note}
16401639

1640+
\item The names listed in \tref{cpp.predefined.ft}.\\
1641+
The macros defined in \tref{cpp.predefined.ft} shall be defined to
1642+
the corresponding integer literal.
1643+
\begin{note}
1644+
Future revisions of \Cpp{} might replace
1645+
the values of these macros with greater values.
1646+
\end{note}
1647+
16411648
\item
16421649
\indextext{__date__@\mname{DATE}}%
16431650
\mname{DATE}\\
@@ -1702,14 +1709,6 @@
17021709
function.
17031710
If the time of translation is not available,
17041711
an \impldef{text of \mname{TIME} when time of translation is not available} valid time shall be supplied.
1705-
1706-
\item The names listed in \tref{cpp.predefined.ft}.\\
1707-
The macros defined in \tref{cpp.predefined.ft} shall be defined to
1708-
the corresponding integer literal.
1709-
\begin{note}
1710-
Future revisions of \Cpp{} might replace
1711-
the values of these macros with greater values.
1712-
\end{note}
17131712
\end{description}
17141713

17151714
\begin{LongTable}{Feature-test macros}{cpp.predefined.ft}{ll}

0 commit comments

Comments
 (0)