Fixed support for STLPort-4.6 on MSVC 6 (std::allocator rebinding doesn't work).

[SVN r20808]
This commit is contained in:
John Maddock
2003-11-14 12:37:35 +00:00
parent eab6d69c48
commit 7ab5f3e52b

View File

@ -78,6 +78,10 @@
# define BOOST_NO_STD_ALLOCATOR
#endif
#if defined(_STLP_NO_MEMBER_TEMPLATE_KEYWORD) && defined(BOOST_MSVC) && (BOOST_MSVC <= 1200)
# define BOOST_NO_STD_ALLOCATOR
#endif
//
// We always have SGI style hash_set, hash_map, and slist:
//