]> git.lyx.org Git - lyx.git/blobdiff - boost/boost/regex/config.hpp
boost: update to 1.42.0
[lyx.git] / boost / boost / regex / config.hpp
index 8306f3ff9ab4d0c2c29510b022aac7aef4b309a0..e4b21384b579c12f9de85b19619bcfde6e6ed33e 100644 (file)
 #if defined(_MSC_VER) && !defined(_MSC_EXTENSIONS)
 #  define BOOST_REGEX_NO_EXTERNAL_TEMPLATES
 #endif
+/*
+ * Shared regex lib will crash without this, frankly it looks a lot like a gcc bug:
+ */
+#if defined(__MINGW32__)
+#  define BOOST_REGEX_NO_EXTERNAL_TEMPLATES
+#endif
 
 /*
  * If there isn't good enough wide character support then there will