Skip to content

Commit d87a206

Browse files
authored
Merge 2023-02 CWG Motion 2
P2796R0 Core Language Working Group "ready" issues for the February, 2023 meeting; issues 2674 and 2691
2 parents 6798cee + 0c937da commit d87a206

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

source/classes.tex

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1221,6 +1221,9 @@
12211221
\pnum
12221222
A constructor shall not be a coroutine.
12231223

1224+
\pnum
1225+
A constructor shall not have an explicit object parameter\iref{dcl.fct}.
1226+
12241227
\rSec3[class.default.ctor]{Default constructors}
12251228

12261229
\pnum

source/lex.tex

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1498,8 +1498,7 @@
14981498

14991499
\begin{bnf}
15001500
\nontermdef{hexadecimal-escape-sequence}\br
1501-
\terminal{\textbackslash x} hexadecimal-digit\br
1502-
hexadecimal-escape-sequence hexadecimal-digit\br
1501+
\terminal{\textbackslash x} simple-hexadecimal-digit-sequence\br
15031502
\terminal{\textbackslash x\{} simple-hexadecimal-digit-sequence \terminal{\}}
15041503
\end{bnf}
15051504

0 commit comments

Comments
 (0)