Patch to detect std::allocator<>::rebind in STLport 5.0.

[SVN r30665]
This commit is contained in:
John Maddock
2005-08-25 10:11:22 +00:00
parent 3415151968
commit ec99c98e59

View File

@@ -74,7 +74,7 @@
// //
#define BOOST_HAS_PARTIAL_STD_ALLOCATOR #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 # define BOOST_NO_STD_ALLOCATOR
#endif #endif