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.
1 parent 3650ebb commit a018474Copy full SHA for a018474
source/declarators.tex
@@ -2073,7 +2073,7 @@
2073
ctor-initializer\opt compound-statement\br
2074
function-try-block\br
2075
\terminal{= default ;}\br
2076
- \terminal{= delete ;}\br
+ \terminal{= delete ;}
2077
\end{bnf}
2078
2079
Any informal reference to the body of a function should be interpreted as a reference to
source/expressions.tex
@@ -2474,7 +2474,7 @@
2474
\terminal{alignof (} type-id \terminal{)}\br
2475
noexcept-expression\br
2476
new-expression\br
2477
- delete-expression\br
+ delete-expression
2478
2479
2480
\indextext{operator!indirection}%
0 commit comments