Commit 73eeb3d4 by Jason Merrill

add comment

From-SVN: r73678
parent a6111661
// Bug: We were calling f() twice, for both the placement new and placement
// delete calls.
// { dg-do run } // { dg-do run }
void* operator new (unsigned int sz, void*) { return operator new (sz); } void* operator new (unsigned int sz, void*) { return operator new (sz); }
......
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