From e011def41715d6f81c6112256012364bbbb70257 Mon Sep 17 00:00:00 2001 From: John Maddock Date: Tue, 14 May 2002 11:31:54 +0000 Subject: [PATCH] Disabled template specialisations for IBM Visual Age on AIX [SVN r13851] --- include/boost/regex/config.hpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/include/boost/regex/config.hpp b/include/boost/regex/config.hpp index 2ca3cbd5..5e27ab52 100644 --- a/include/boost/regex/config.hpp +++ b/include/boost/regex/config.hpp @@ -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 +