Skip to content

Commit ee154f9

Browse files
Alisdair Meredithjwakely
authored andcommitted
Fix remaining uses of \Cpp macro (#1366)
I believe this patch catches the last two places in the current draft that should be using a variant of the \Cpp macros to better render the 'C++' string.
1 parent 5992ecf commit ee154f9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

source/compatibility.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1500,7 +1500,7 @@
15001500

15011501
\begin{codeblock}
15021502
#define F(a) b ## a
1503-
int b0p = F(0p+0); // ill-formed; equivalent to ``\tcode{int b0p = b0p + 0;}\!'' in C++ 2014
1503+
int b0p = F(0p+0); // ill-formed; equivalent to ``\tcode{int b0p = b0p + 0;}\!'' in \CppXIV
15041504
\end{codeblock}
15051505

15061506
\rSec2[diff.cpp14.expr]{Clause \ref{expr}: expressions}

source/utilities.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5305,7 +5305,7 @@
53055305
\rSec1[any]{Storage for any type}
53065306

53075307
\pnum
5308-
This section describes components that C++ programs may use to perform operations on objects of a discriminated type.
5308+
This section describes components that \Cpp programs may use to perform operations on objects of a discriminated type.
53095309

53105310
\pnum
53115311
\begin{note}

0 commit comments

Comments
 (0)