Comeau-specific fix.

[SVN r16456]
This commit is contained in:
Peter Dimov
2002-11-28 13:42:44 +00:00
parent 468f63261a
commit a3d87ff623

View File

@ -2782,7 +2782,11 @@ public:
private:
void operator delete(void *);
void operator delete(void *)
{
// Comeau 4.3.0.1 wants a definition
BOOST_ERROR("n_spt_static::X::operator delete() called.");
}
};
struct null_deleter