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 4a3b80c167
commit bc98e94bdf

View File

@ -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