updated so BOOST_NO_MEMBER_TEMPLATE_KEYWORD is disabled for aC++ 3.13 & above

[SVN r23515]
This commit is contained in:
Jerry Dy
2004-07-13 23:55:44 +00:00
parent f0f854707d
commit 2ab6de5d5c

View File

@ -42,7 +42,7 @@
# define BOOST_HAS_PARTIAL_STD_ALLOCATOR # define BOOST_HAS_PARTIAL_STD_ALLOCATOR
#endif #endif
#if (__HP_aCC <= 53800 ) #if (__HP_aCC >= 50000 ) && (__HP_aCC <= 53800 ) || (__HP_aCC < 31300 )
# define BOOST_NO_MEMBER_TEMPLATE_KEYWORD # define BOOST_NO_MEMBER_TEMPLATE_KEYWORD
#endif #endif