From bd4e91c0c45642e4eb684b5ea5ba6be80743fb00 Mon Sep 17 00:00:00 2001 From: Jens Maurer Date: Sat, 19 Sep 2020 10:14:45 +0200 Subject: [PATCH] [cpp.predefined] Shuffle items to avoid an unfortunate page break. --- source/preprocessor.tex | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/source/preprocessor.tex b/source/preprocessor.tex index a0e4cd7726..b5f0eb7d09 100644 --- a/source/preprocessor.tex +++ b/source/preprocessor.tex @@ -1633,11 +1633,18 @@ \xname{cplusplus}\\ The integer literal \tcode{\cppver}. \begin{note} -It is intended that future -revisions of \Cpp{} will +Future revisions of \Cpp{} will replace the value of this macro with a greater value. \end{note} +\item The names listed in \tref{cpp.predefined.ft}.\\ +The macros defined in \tref{cpp.predefined.ft} shall be defined to +the corresponding integer literal. +\begin{note} +Future revisions of \Cpp{} might replace +the values of these macros with greater values. +\end{note} + \item \indextext{__date__@\mname{DATE}}% \mname{DATE}\\ @@ -1702,14 +1709,6 @@ function. If the time of translation is not available, an \impldef{text of \mname{TIME} when time of translation is not available} valid time shall be supplied. - -\item The names listed in \tref{cpp.predefined.ft}.\\ -The macros defined in \tref{cpp.predefined.ft} shall be defined to -the corresponding integer literal. -\begin{note} -Future revisions of \Cpp{} might replace -the values of these macros with greater values. -\end{note} \end{description} \begin{LongTable}{Feature-test macros}{cpp.predefined.ft}{ll}