diff options
Diffstat (limited to 'main.cpp')
-rw-r--r-- | main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -214,7 +214,7 @@ void deleteRemaining(void) } -void *operator new(std::size_t n) throw (std::bad_alloc) +void *operator new(std::size_t n) throw (/*std::bad_alloc*/) { balance++; |