Skip to content

Commit 1fc0a7c

Browse files
jensmaurertkoeppe
authored andcommitted
[lex.ccon,expr.prim.lambda.capture] Excise 'ISO' prefix
Fixes ISO/CS comment (C++23 proof)
1 parent a249f9f commit 1fc0a7c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

source/expressions.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2345,7 +2345,7 @@
23452345
or ``\tcode{* \keyword{this}}''.
23462346
\begin{note}
23472347
The form \tcode{[\&,\keyword{this}]} is redundant but accepted
2348-
for compatibility with ISO \CppXIV{}.
2348+
for compatibility with \CppXIV{}.
23492349
\end{note}
23502350
Ignoring appearances in
23512351
\grammarterm{initializer}{s} of \grammarterm{init-capture}{s}, an identifier or

source/lex.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1573,7 +1573,7 @@
15731573
is specified in \tref{lex.ccon.esc}.
15741574
\begin{note}
15751575
Using an escape sequence for a question mark
1576-
is supported for compatibility with ISO \CppXIV{} and C.
1576+
is supported for compatibility with \CppXIV{} and C.
15771577
\end{note}
15781578

15791579
\begin{floattable}{Simple escape sequences}{lex.ccon.esc}

0 commit comments

Comments
 (0)