Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014 # if __SUNPRO_CC <= 0x500
00015 # define BOOST_NO_MEMBER_TEMPLATES
00016 # define BOOST_NO_FUNCTION_TEMPLATE_ORDERING
00017 # endif
00018
00019 # if (__SUNPRO_CC <= 0x520)
00020
00021
00022
00023
00024
00025
00026
00027 # define BOOST_NO_INCLASS_MEMBER_INITIALIZATION
00028
00029
00030
00031
00032
00033
00034 # define BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION
00035 # endif
00036
00037 # if (__SUNPRO_CC <= 0x530)
00038
00039
00040
00041
00042
00043
00044 # define BOOST_NO_INCLASS_MEMBER_INITIALIZATION
00045
00046
00047
00048
00049
00050
00051
00052
00053
00054
00055
00056
00057 # define BOOST_NO_INTEGRAL_INT64_T
00058 # endif
00059
00060 # if (__SUNPRO_CC < 0x570)
00061 # define BOOST_NO_TEMPLATE_TEMPLATES
00062
00063
00064 # define BOOST_NO_INCLASS_MEMBER_INITIALIZATION
00065 # define BOOST_NO_SFINAE
00066 # define BOOST_NO_ARRAY_TYPE_SPECIALIZATIONS
00067 # endif
00068 # if (__SUNPRO_CC <= 0x580)
00069 # define BOOST_NO_IS_ABSTRACT
00070 # endif
00071
00072
00073
00074
00075 #define BOOST_NO_TWO_PHASE_NAME_LOOKUP
00076 #define BOOST_NO_ADL_BARRIER
00077 #define BOOST_NO_INITIALIZER_LISTS
00078
00079
00080
00081
00082
00083 #if(__SUNPRO_CC >= 0x590)
00084 # define BOOST_HAS_LONG_LONG
00085 #else
00086 # define BOOST_NO_LONG_LONG
00087 #endif
00088
00089 #define BOOST_NO_CHAR16_T
00090 #define BOOST_NO_CHAR32_T
00091 #define BOOST_NO_CONSTEXPR
00092 #define BOOST_NO_DECLTYPE
00093 #define BOOST_NO_DEFAULTED_FUNCTIONS
00094 #define BOOST_NO_DELETED_FUNCTIONS
00095 #define BOOST_NO_EXPLICIT_CONVERSION_OPERATORS
00096 #define BOOST_NO_EXTERN_TEMPLATE
00097 #define BOOST_NO_RAW_LITERALS
00098 #define BOOST_NO_RVALUE_REFERENCES
00099 #define BOOST_NO_SCOPED_ENUMS
00100 #define BOOST_NO_STATIC_ASSERT
00101 #define BOOST_NO_UNICODE_LITERALS
00102 #define BOOST_NO_VARIADIC_TEMPLATES
00103 #define BOOST_NO_AUTO_DECLARATIONS
00104 #define BOOST_NO_AUTO_MULTIDECLARATIONS
00105
00106
00107
00108
00109
00110 #define BOOST_COMPILER "Sun compiler version " BOOST_STRINGIZE(__SUNPRO_CC)
00111
00112
00113
00114
00115 #if __SUNPRO_CC < 0x400
00116 #error "Compiler not supported or configured - please reconfigure"
00117 #endif
00118
00119
00120 #if (__SUNPRO_CC > 0x590)
00121 # if defined(BOOST_ASSERT_CONFIG)
00122 # error "Unknown compiler version - please run the configure tests and report the results"
00123 # endif
00124 #endif