use placement new

This commit is contained in:
Jeff Hill
2002-10-23 23:23:22 +00:00
parent 37d239eb88
commit 6026533aeb
4 changed files with 183 additions and 92 deletions

View File

@@ -81,5 +81,9 @@ nciu & netWriteNotifyIO::channel () const
return this->chan;
}
void netWriteNotifyIO::operator delete ( void * p )
{
throw std::logic_error
( "compiler is confused about placement delete" );
}