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.
1 parent e0f81d8 commit 496022eCopy full SHA for 496022e
runtime/platform/compiler.h
@@ -173,7 +173,7 @@ using ssize_t = ptrdiff_t;
173
174
#ifdef __EXCEPTIONS
175
#define ET_HAS_EXCEPTIONS 1
176
-#elif defined(_HAS_EXCEPTIONS) && _HAS_EXCEPTIONS
+#elif defined(_MSC_VER) && defined(_HAS_EXCEPTIONS) && _HAS_EXCEPTIONS
177
178
#else
179
#define ET_HAS_EXCEPTIONS 0
0 commit comments