aboutsummaryrefslogtreecommitdiffstats
path: root/main.cpp
diff options
context:
space:
mode:
authorClyne Sullivan <tullivan99@gmail.com>2017-07-02 09:23:48 -0400
committerClyne Sullivan <tullivan99@gmail.com>2017-07-02 09:23:48 -0400
commitd1d16ceb2cab505fb09ced115f5fb08bc3093acd (patch)
tree08b1ab7c68f9df49f1302fbfe01836c53188ec96 /main.cpp
parent226bae411b83d851d5b30e0b0fa28a68bb8e7040 (diff)
c++17 fixes, creating needed files
Diffstat (limited to 'main.cpp')
-rw-r--r--main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.cpp b/main.cpp
index 0e836a3..9d79439 100644
--- a/main.cpp
+++ b/main.cpp
@@ -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++;