Fixes for VC6+stlport

[SVN r20950]
This commit is contained in:
John Maddock
2003-11-26 11:42:15 +00:00
parent 982f209ccd
commit c3857a106c

View File

@ -78,7 +78,7 @@
# define BOOST_NO_STD_ALLOCATOR # define BOOST_NO_STD_ALLOCATOR
#endif #endif
#if defined(_STLP_NO_MEMBER_TEMPLATE_KEYWORD) && defined(BOOST_MSVC) && (BOOST_MSVC <= 1200) #if defined(_STLP_NO_MEMBER_TEMPLATE_KEYWORD) && defined(BOOST_MSVC) && (BOOST_MSVC <= 1300)
# define BOOST_NO_STD_ALLOCATOR # define BOOST_NO_STD_ALLOCATOR
#endif #endif