From 1035f25b658b2189805d3249a8914d847693b1c8 Mon Sep 17 00:00:00 2001 From: John Maddock Date: Tue, 14 May 2002 10:44:21 +0000 Subject: [PATCH] Disabled template specialisations on AIX with IBM Visual Age [SVN r13850] --- include/boost/regex/config.hpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/include/boost/regex/config.hpp b/include/boost/regex/config.hpp index 2ca3cbd5..7e0ffb6c 100644 --- a/include/boost/regex/config.hpp +++ b/include/boost/regex/config.hpp @@ -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 +