Added needed BOOST_NO_TEMPLATE_TEMPLATES option.

[SVN r14405]
This commit is contained in:
John Maddock
2002-07-11 10:38:21 +00:00
parent 2f2fe38142
commit b79fe524db

View File

@ -43,6 +43,7 @@
// integral constant expressions with 64 bit numbers fail
# define BOOST_NO_INTEGRAL_INT64_T
# define BOOST_NO_TEMPLATE_TEMPLATES
# endif
#define BOOST_COMPILER "Sun compiler version " BOOST_STRINGIZE(__SUNPRO_CC)
@ -64,3 +65,4 @@