From 298651b2f6c50ddde9a87df69aaf66329830cb4f Mon Sep 17 00:00:00 2001 From: John Maddock Date: Sat, 27 Apr 2002 10:45:12 +0000 Subject: [PATCH] Turned off external templates for MWCW [SVN r13573] --- include/boost/regex/config.hpp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/include/boost/regex/config.hpp b/include/boost/regex/config.hpp index d85156b9..34ce6b01 100644 --- a/include/boost/regex/config.hpp +++ b/include/boost/regex/config.hpp @@ -54,6 +54,10 @@ # endif #endif +#ifdef __MWERKS__ +# define BOOST_REGEX_NO_EXTERNAL_TEMPLATES +#endif + /***************************************************************************** @@ -597,3 +601,4 @@ inline void pointer_construct(T* p, const T& t) #endif +