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 4dd7d1d commit 156b953Copy full SHA for 156b953
source/ub.tex
@@ -311,8 +311,11 @@
311
\ubxref{basic.compound.invalid.pointer] \\
312
Indirection or
313
the invocation of a deallocation function
314
-with an invalid pointer value
+with a pointer value referencing storage
315
+that has been freed
316
has undefined behavior.
317
+(Most other uses of such a pointer have
318
+implemention-defined behavior.)
319
320
\pnum
321
\begin{example}
@@ -632,7 +635,7 @@
632
635
633
636
634
637
\ubxref{conv.member.missing.member} \\
-The conversino of
638
+The conversion of
639
a pointer to a member of a base class
640
to a pointer to member of a derived class
641
that coudl not contain that member
0 commit comments