Ticket #4152: all_sun_versions_have_long_long.patch

File all_sun_versions_have_long_long.patch, 613 bytes (added by niels_dekker, 12 years ago)
  • boost/config/compiler/sunpro_cc.hpp

     
    7979// C++0x features
    8080//
    8181
    82 #if(__SUNPRO_CC >= 0x590)
    83 #  define BOOST_HAS_LONG_LONG
    84 #else
    85 #  define BOOST_NO_LONG_LONG
    86 #endif
     82// Steve Clamage informed us that all versions of Sun C++ have the
     83// long long integer types (Niels Dekker, LKEB, April 2010)
     84#define BOOST_HAS_LONG_LONG
    8785
    8886#define BOOST_NO_AUTO_DECLARATIONS
    8987#define BOOST_NO_AUTO_MULTIDECLARATIONS