blob: e16a8572cd53a4feb8ab3be23ed442676a4d5af0 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
diff --git a/src/support/runtime/new_handler_fallback.ipp b/src/support/runtime/new_handler_fallback.ipp
index 2ec4083..7556f69 100644
--- a/src/support/runtime/new_handler_fallback.ipp
+++ b/src/support/runtime/new_handler_fallback.ipp
@@ -7,9 +7,11 @@
//
//===----------------------------------------------------------------------===//
+#include "../../include/atomic_support.h"
+
namespace std {
-static constinit std::new_handler __new_handler = nullptr;
+static _LIBCPP_CONSTINIT std::new_handler __new_handler = nullptr;
new_handler
set_new_handler(new_handler handler) noexcept
|