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 8d68ca5 commit e2effc3Copy full SHA for e2effc3
source/ub.tex
@@ -299,7 +299,7 @@
299
void f()
300
{
301
X* x = new X();
302
- delete x; // undefined behavior
+ delete x; // undefined behavior
303
}
304
\end{codeblock}
305
\end{example}
@@ -327,7 +327,7 @@
327
\rSec2[ub.basic.compound]{Compound types}
328
329
\pnum
330
-\ubxref{basic.compound.invalid.pointer] \\
+\ubxref{basic.compound.invalid.pointer} \\
331
Indirection or
332
the invocation of a deallocation function
333
with a pointer value referencing storage
0 commit comments