Turned off external templates for MWCW

[SVN r13573]
This commit is contained in:
John Maddock
2002-04-27 10:45:12 +00:00
parent 752c43f9d4
commit 298651b2f6

View File

@ -54,6 +54,10 @@
# endif # endif
#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 #endif