Commit 0ac7f923 by Jason Merrill

fix comment

From-SVN: r50916
parent ff8908ff
...@@ -3566,8 +3566,7 @@ builtin: ...@@ -3566,8 +3566,7 @@ builtin:
match with the placement new is accepted. match with the placement new is accepted.
CODE is either DELETE_EXPR or VEC_DELETE_EXPR. CODE is either DELETE_EXPR or VEC_DELETE_EXPR.
ADDR is the pointer to be deleted. For placement delete, it is also ADDR is the pointer to be deleted.
used to determine what the corresponding new looked like.
SIZE is the size of the memory block to be deleted. SIZE is the size of the memory block to be deleted.
FLAGS are the usual overloading flags. FLAGS are the usual overloading flags.
PLACEMENT is the corresponding placement new call, or NULL_TREE. */ PLACEMENT is the corresponding placement new call, or NULL_TREE. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment