diff --git a/source/preprocessor.tex b/source/preprocessor.tex index 2b9e3e7e05..9f703711b5 100644 --- a/source/preprocessor.tex +++ b/source/preprocessor.tex @@ -1708,14 +1708,6 @@ 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 this document might replace -the values of these macros with greater values. -\end{note} - \item \indextext{__date__@\mname{DATE}}% \mname{DATE}\\ @@ -1813,6 +1805,12 @@ with the properties of the \grammarterm{typedef-name} \tcode{std::bfloat16_t} as described in \ref{basic.extended.fp}. +\item +\indextext{__stdcpp_threads__@\mname{STDCPP_THREADS}}% +\mname{STDCPP_THREADS}\\ +Defined, and has the value integer literal 1, if and only if a program +can have more than one thread of execution\iref{intro.multithread}. + \item \indextext{__time__@\mname{TIME}}% \mname{TIME}\\ @@ -1824,6 +1822,14 @@ 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 this document might replace +the values of these macros with greater values. +\end{note} \end{description} \indextext{macro!feature-test}% @@ -1940,12 +1946,6 @@ if so, what its value is, are \impldef{presence and value of \mname{STDC_ISO_10646}}. -\item -\indextext{__stdcpp_threads__@\mname{STDCPP_THREADS}}% -\mname{STDCPP_THREADS}\\ -Defined, and has the value integer literal 1, if and only if a program -can have more than one thread of execution\iref{intro.multithread}. - \end{description} \pnum