Skip to content

Commit e49d044

Browse files
[expr.delete] Remove "result" from expression (#4740)
1 parent c2439d3 commit e49d044

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/expressions.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5532,7 +5532,7 @@
55325532
cannot be deleted using a pointer of type
55335533
\tcode{\keyword{void}*} because \keyword{void} is not an object type.
55345534
\end{footnote}
5535-
The \grammarterm{delete-expression}'s result has type
5535+
The \grammarterm{delete-expression} has type
55365536
\keyword{void}.
55375537

55385538
\pnum

0 commit comments

Comments
 (0)