Disabled template specialisations for IBM Visual Age on AIX

[SVN r13851]
This commit is contained in:
John Maddock
2002-05-14 11:31:54 +00:00
parent 31a4b8b9fb
commit e011def417

View File

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