There was an error while loading. Please reload this page.
1 parent 3a436a1 commit c2e79bfCopy full SHA for c2e79bf
1 file changed
test/test-api.c
@@ -74,7 +74,7 @@ int main(void) {
74
mi_option_disable(mi_option_verbose);
75
76
#if 1
77
- #if defined(__cplusplus) && (!defined(_MSC_VER) || defined(_WIN64))
+ #if defined(__cplusplus) && !defined(_MSC_VER)
78
CHECK_BODY("c++ new-handler") {
79
std::set_new_handler([]{ throw std::bad_alloc(); });
80
void* p = mi_new_nothrow(SIZE_MAX/2);
0 commit comments