HP aCC A.03.33 appears to have a conforming std::allocator

[SVN r11481]
This commit is contained in:
Jens Maurer
2001-10-30 22:35:41 +00:00
parent 91548127fd
commit ac6e44953b

View File

@ -76,7 +76,7 @@
// (the or _HPACC_ part is a hack - the library seems to define _RWSTD_ALLOCATOR // (the or _HPACC_ part is a hack - the library seems to define _RWSTD_ALLOCATOR
// on HP aCC systems even though the allocator is in fact broken): // on HP aCC systems even though the allocator is in fact broken):
// //
#if !defined(_RWSTD_ALLOCATOR) || defined(_HPACC_) || defined(__HP_aCC) #if !defined(_RWSTD_ALLOCATOR) || (defined(__HP_aCC) && __HP_aCC <= 33100)
# define BOOST_NO_STD_ALLOCATOR # define BOOST_NO_STD_ALLOCATOR
#endif #endif