Skip to content

Commit

Permalink
Removed definition of std::nothrow.
Browse files Browse the repository at this point in the history
Fixes #83.
  • Loading branch information
jfjlaros committed Jan 20, 2024
1 parent dde6d99 commit ce5ca42
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/new_handler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@

#include "new"

const std::nothrow_t std::nothrow = { };

//Name selected to be compatable with g++ code
std::new_handler __new_handler;

Expand Down

0 comments on commit ce5ca42

Please sign in to comment.