diff options
author | Clyne Sullivan <tullivan99@gmail.com> | 2017-07-02 09:23:48 -0400 |
---|---|---|
committer | Clyne Sullivan <tullivan99@gmail.com> | 2017-07-02 09:23:48 -0400 |
commit | d1d16ceb2cab505fb09ced115f5fb08bc3093acd (patch) | |
tree | 08b1ab7c68f9df49f1302fbfe01836c53188ec96 /main.cpp | |
parent | 226bae411b83d851d5b30e0b0fa28a68bb8e7040 (diff) |
c++17 fixes, creating needed files
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++; |