diff --git a/include/boost/regex/detail/regex_config.hpp b/include/boost/regex/detail/regex_config.hpp index 23c6eb43..f1089f8a 100644 --- a/include/boost/regex/detail/regex_config.hpp +++ b/include/boost/regex/detail/regex_config.hpp @@ -79,6 +79,9 @@ full list of macros and their usage. #if (defined(__MSL_CPP__) && __MSL_CPP__ < 0x6209) || defined(__DECCXX) // no std::messages facet #define BOOST_RE_NO_MESSAGES +#endif + +#if defined(__MSL__) || defined(__DECCXX) #define BOOST_RE_NO_CAT #endif