diff --git a/include/__config b/include/__config index 2b10d088..cfa339bb 100644 --- a/include/__config +++ b/include/__config @@ -110,7 +110,7 @@ typedef __char32_t char32_t; #endif #endif -#if !(__has_feature(cxx_exceptions)) +#if !(__has_feature(cxx_exceptions)) || defined(__MINGW32__) #define _LIBCPP_NO_EXCEPTIONS #endif