Skip to content

Commit

Permalink
[lex.ccon,expr.prim.lambda.capture] Excise 'ISO' prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
jensmaurer committed May 16, 2024
1 parent 85f4bb4 commit 95bc1db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion source/expressions.tex
Original file line number Diff line number Diff line change
Expand Up @@ -2343,7 +2343,7 @@
or ``\tcode{* \keyword{this}}''.
\begin{note}
The form \tcode{[\&,\keyword{this}]} is redundant but accepted
for compatibility with ISO \CppXIV{}.
for compatibility with \CppXIV{}.
\end{note}
Ignoring appearances in
\grammarterm{initializer}{s} of \grammarterm{init-capture}{s}, an identifier or
Expand Down
2 changes: 1 addition & 1 deletion source/lex.tex
Original file line number Diff line number Diff line change
Expand Up @@ -1568,7 +1568,7 @@
is specified in \tref{lex.ccon.esc}.
\begin{note}
Using an escape sequence for a question mark
is supported for compatibility with ISO \CppXIV{} and ISO C.
is supported for compatibility with \CppXIV{} and \IsoC{}.
\end{note}

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

0 comments on commit 95bc1db

Please sign in to comment.