forked from boostorg/config
Patch to detect std::allocator<>::rebind in STLport 5.0.
[SVN r30665]
This commit is contained in:
@ -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
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user