add BOOST_NO_INTEGRAL_INT64_T

[SVN r11210]
This commit is contained in:
Jens Maurer
2001-09-22 16:30:56 +00:00
parent 2dc2b800f9
commit 9a1b970ed3

View File

@@ -22,6 +22,9 @@
// to disable it until suppport becomes more stable // to disable it until suppport becomes more stable
// (J Maddock 6th May 2001). // (J Maddock 6th May 2001).
# define BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION # define BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION
// integral constant expressions with 64 bit numbers fail
# define BOOST_NO_INTEGRAL_INT64_T
# endif # endif
# if __SUNPRO_CC <= 0x500 # if __SUNPRO_CC <= 0x500
# define BOOST_NO_MEMBER_TEMPLATES # define BOOST_NO_MEMBER_TEMPLATES