Skip to content
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