We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
std::nothrow
1 parent dde6d99 commit ce5ca42Copy full SHA for ce5ca42
src/new_handler.cpp
@@ -19,8 +19,6 @@
19
20
#include "new"
21
22
-const std::nothrow_t std::nothrow = { };
23
-
24
//Name selected to be compatable with g++ code
25
std::new_handler __new_handler;
26
0 commit comments