We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 13b5419 + 98a9769 commit 8b89210Copy full SHA for 8b89210
1 file changed
src/global_new_replacement.cc
@@ -40,7 +40,7 @@
40
#include <cstdlib>
41
#include <new>
42
43
-#if __cplusplus > 202302L
+#if !defined(WIN32) && (__cplusplus > 202302L)
44
#warning Only operator new/delete up to C++23 overridden. If later standards add additional overrides they should be added here.
45
#endif
46
0 commit comments