__config: mingw32 no-excpetions

This commit is contained in:
NAKAMURA Takumi
2011-04-25 10:05:15 +09:00
parent beb21a0990
commit 5a9ed2486b

View File

@@ -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