mirror of
https://github.com/boostorg/config.git
synced 2025-07-31 04:47:16 +02:00
Enable long long support.
[SVN r49168]
This commit is contained in:
@ -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)
|
||||
|
||||
|
Reference in New Issue
Block a user