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}