no standard allocator if no member template classes

[SVN r11178]
This commit is contained in:
Jens Maurer
2001-09-20 20:15:02 +00:00
parent 89fc5a60fb
commit ade04d122e

View File

@@ -54,6 +54,10 @@
# define BOOST_NO_STD_ALLOCATOR
#endif
#if !defined(_STLP_MEMBER_TEMPLATE_CLASSES)
# define BOOST_NO_STD_ALLOCATOR
#endif
//
// We always have SGI style hash_set, hash_map, and slist:
//