Suppress warnings on HP aCC

[SVN r16515]
This commit is contained in:
Dave Abrahams
2002-12-04 16:19:39 +00:00
parent 949a459d8a
commit 06539c093f

View File

@ -24,6 +24,7 @@ struct stateless_integer_add {
void* operator new(std::size_t, stateless_integer_add*) void* operator new(std::size_t, stateless_integer_add*)
{ {
throw std::runtime_error("Cannot allocate a stateless_integer_add"); throw std::runtime_error("Cannot allocate a stateless_integer_add");
return 0; // suppress warnings
} }
void operator delete(void*, stateless_integer_add*) void operator delete(void*, stateless_integer_add*)