Skip to content

Commit

Permalink
[cpp.predefined,namespace.future,version.syn] Replace 'C++' with 'thi…
Browse files Browse the repository at this point in the history
…s document'

Fixes ISO/CS comment (C++23 proof)
  • Loading branch information
jensmaurer authored and tkoeppe committed Jul 9, 2024
1 parent 0bc3e03 commit 861f07d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions source/preprocessor.tex
Original file line number Diff line number Diff line change
Expand Up @@ -1704,15 +1704,15 @@
\xname{cplusplus}\\
The integer literal \tcode{\cppver}.
\begin{note}
Future revisions of \Cpp{} will
Future revisions of this document 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
Future revisions of this document might replace
the values of these macros with greater values.
\end{note}

Expand Down
2 changes: 1 addition & 1 deletion source/support.tex
Original file line number Diff line number Diff line change
Expand Up @@ -546,7 +546,7 @@
after inclusion of any member of the set of library headers
indicated in the corresponding comment in this synopsis.
\begin{note}
Future revisions of \Cpp{} might replace
Future revisions of this document might replace
the values of these macros with greater values.
\end{note}

Expand Down

0 comments on commit 861f07d

Please sign in to comment.