We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6798cee + 0c937da commit d87a206Copy full SHA for d87a206
source/classes.tex
@@ -1221,6 +1221,9 @@
1221
\pnum
1222
A constructor shall not be a coroutine.
1223
1224
+\pnum
1225
+A constructor shall not have an explicit object parameter\iref{dcl.fct}.
1226
+
1227
\rSec3[class.default.ctor]{Default constructors}
1228
1229
source/lex.tex
@@ -1498,8 +1498,7 @@
1498
1499
\begin{bnf}
1500
\nontermdef{hexadecimal-escape-sequence}\br
1501
- \terminal{\textbackslash x} hexadecimal-digit\br
1502
- hexadecimal-escape-sequence hexadecimal-digit\br
+ \terminal{\textbackslash x} simple-hexadecimal-digit-sequence\br
1503
\terminal{\textbackslash x\{} simple-hexadecimal-digit-sequence \terminal{\}}
1504
\end{bnf}
1505
0 commit comments