Enable long long support.

[SVN r49168]
This commit is contained in:
John Maddock
2008-10-07 17:13:33 +00:00
parent 5e3ea46864
commit 4cb054bf64

View File

@ -75,6 +75,10 @@
#define BOOST_NO_TWO_PHASE_NAME_LOOKUP
#define BOOST_NO_ADL_BARRIER
#if(__SUNPRO_CC >= 0x590)
# define BOOST_HAS_LONG_LONG
#endif
#define BOOST_COMPILER "Sun compiler version " BOOST_STRINGIZE(__SUNPRO_CC)