From bc98e94bdf1156a79d268879fbbb4aa5dd66c231 Mon Sep 17 00:00:00 2001 From: John Maddock Date: Thu, 25 Aug 2005 10:11:22 +0000 Subject: [PATCH] Patch to detect std::allocator<>::rebind in STLport 5.0. [SVN r30665] --- include/boost/config/stdlib/stlport.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/config/stdlib/stlport.hpp b/include/boost/config/stdlib/stlport.hpp index 4843ea59..d4858df7 100644 --- a/include/boost/config/stdlib/stlport.hpp +++ b/include/boost/config/stdlib/stlport.hpp @@ -74,7 +74,7 @@ // #define BOOST_HAS_PARTIAL_STD_ALLOCATOR -#if !defined(_STLP_MEMBER_TEMPLATE_CLASSES) +#if !defined(_STLP_MEMBER_TEMPLATE_CLASSES) || defined(_STLP_DONT_SUPPORT_REBIND_MEMBER_TEMPLATE) # define BOOST_NO_STD_ALLOCATOR #endif