Disabled template specialisations on AIX with IBM Visual Age

[SVN r13850]
This commit is contained in:
John Maddock
2002-05-14 10:44:21 +00:00
parent eacf31772b
commit 1035f25b65

View File

@ -57,6 +57,9 @@
#ifdef __MWERKS__
# define BOOST_REGEX_NO_EXTERNAL_TEMPLATES
#endif
#ifdef __IBMCPP__
# define BOOST_REGEX_NO_EXTERNAL_TEMPLATES
#endif
@ -610,3 +613,4 @@ inline void pointer_construct(T* p, const T& t)
#endif