Skip to content

[cpp.predefined] Shuffle items to avoid an unfortunate page break. #4206

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 21, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 9 additions & 10 deletions source/preprocessor.tex
Original file line number Diff line number Diff line change
Expand Up @@ -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}\\
Expand Down Expand Up @@ -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}
Expand Down