add comment
From-SVN: r73678
This commit is contained in:
parent
a61116616e
commit
73eeb3d450
@ -1,3 +1,6 @@
|
||||
// Bug: We were calling f() twice, for both the placement new and placement
|
||||
// delete calls.
|
||||
|
||||
// { dg-do run }
|
||||
|
||||
void* operator new (unsigned int sz, void*) { return operator new (sz); }
|
||||
|
Loading…
x
Reference in New Issue
Block a user