diff --git a/stdcpp.h b/stdcpp.h index b7384f29..d54b53ab 100644 --- a/stdcpp.h +++ b/stdcpp.h @@ -6,6 +6,13 @@ #include #endif +#ifdef _MSC_VER +// Workaround for: https://connect.microsoft.com/VisualStudio/feedback/details/1600701/type-info-does-not-compile-with-has-exceptions-0 +namespace std { + using ::type_info; +} +#endif + #include #include #include