Skip to content
Merged
Show file tree
Hide file tree
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
4 changes: 2 additions & 2 deletions source/compatibility.tex
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
is valid in C, invalid in \Cpp.
This makes it impossible to define
mutually referential file-local static objects, if initializers are
restricted to the syntactic forms of C.
restricted to the syntactic forms of C\@.
For example,

\begin{codeblock}
Expand Down Expand Up @@ -788,7 +788,7 @@
\change Whether \mname{STDC} is defined and if so, what its value is, are
implementation-defined
\rationale
\Cpp is not identical to ISO C.
\Cpp is not identical to ISO C\@.
Mandating that \mname{STDC}
be defined would require that translators make an incorrect claim.
Each implementation must choose the behavior that will be most
Expand Down
2 changes: 1 addition & 1 deletion source/intro.tex
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,7 @@
\pnum
Annex~\ref{diff} summarizes the evolution of \Cpp since its first
published description, and explains in detail the differences between
\Cpp and C. Certain features of \Cpp exist solely for compatibility
\Cpp and C\@. Certain features of \Cpp exist solely for compatibility
purposes; Annex~\ref{depr} describes those features.

\pnum
Expand Down