From 9bbca4613cf91e255ae1550287c910c3849f6a14 Mon Sep 17 00:00:00 2001 From: Darin Adler Date: Tue, 3 Jul 2001 21:43:51 +0000 Subject: [PATCH] Fix bad patch I sent to John that makes Metrowerks compiles fail. [SVN r10521] --- include/boost/regex/detail/regex_config.hpp | 3 +++ 1 file changed, 3 insertions(+) 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