Skip to content

Commit ce5ca42

Browse files
authored
Removed definition of std::nothrow.
Fixes mike-matera#83.
1 parent dde6d99 commit ce5ca42

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/new_handler.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@
1919

2020
#include "new"
2121

22-
const std::nothrow_t std::nothrow = { };
23-
2422
//Name selected to be compatable with g++ code
2523
std::new_handler __new_handler;
2624

0 commit comments

Comments
 (0)