From bc04be04643a6105a863558608815c68567f1860 Mon Sep 17 00:00:00 2001 From: Jan Schultke Date: Wed, 18 Sep 2024 10:48:23 +0200 Subject: [PATCH] [expr.delete] Specify value category of a delete-expression --- source/expressions.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/expressions.tex b/source/expressions.tex index 389ac435b8..1087faf165 100644 --- a/source/expressions.tex +++ b/source/expressions.tex @@ -5803,7 +5803,7 @@ and the converted operand is used in place of the original operand for the remainder of this subclause. Otherwise, it shall be a prvalue of pointer to object type. -The \grammarterm{delete-expression} has type +The \grammarterm{delete-expression} is a prvalue of type \keyword{void}. \pnum