Skip to content

Commit 2477d17

Browse files
committed
[lex.ccon,expr.prim.lambda.capture] Excise 'ISO' prefix
Fixes ISO/CS comment (C++23 proof)
1 parent 85f4bb4 commit 2477d17

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
@@ -2343,7 +2343,7 @@
23432343
or ``\tcode{* \keyword{this}}''.
23442344
\begin{note}
23452345
The form \tcode{[\&,\keyword{this}]} is redundant but accepted
2346-
for compatibility with ISO \CppXIV{}.
2346+
for compatibility with \CppXIV{}.
23472347
\end{note}
23482348
Ignoring appearances in
23492349
\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
@@ -1568,7 +1568,7 @@
15681568
is specified in \tref{lex.ccon.esc}.
15691569
\begin{note}
15701570
Using an escape sequence for a question mark
1571-
is supported for compatibility with ISO \CppXIV{} and ISO C.
1571+
is supported for compatibility with \CppXIV{} and \IsoC{}.
15721572
\end{note}
15731573

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

0 commit comments

Comments
 (0)