From 1fc0a7c1f62fc60215f14b42169c69a31cc99cde Mon Sep 17 00:00:00 2001 From: Jens Maurer Date: Thu, 16 May 2024 12:44:01 +0200 Subject: [PATCH] [lex.ccon,expr.prim.lambda.capture] Excise 'ISO' prefix Fixes ISO/CS comment (C++23 proof) --- source/expressions.tex | 2 +- source/lex.tex | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/source/expressions.tex b/source/expressions.tex index 38a715e0d7..f259fa68d3 100644 --- a/source/expressions.tex +++ b/source/expressions.tex @@ -2345,7 +2345,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 diff --git a/source/lex.tex b/source/lex.tex index f7a1b606b4..e2941c83df 100644 --- a/source/lex.tex +++ b/source/lex.tex @@ -1573,7 +1573,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 C. +is supported for compatibility with \CppXIV{} and C. \end{note} \begin{floattable}{Simple escape sequences}{lex.ccon.esc}