1 --- misc/STLport-4.0/stlport/config/stl_sunpro.h Mon Jul 6 13:43:35 2009
2 +++ misc/build/STLport-4.0/stlport/config/stl_sunpro.h Mon Jul 6 13:56:56 2009
7 -# if (__SUNPRO_CC < 0x600)
8 +// support SunStudio compiler 12u1 version 5.10 (which results in 0x5100)
9 +# if (__SUNPRO_CC < 0x600 || ((__SUNPRO_CC | 0x0FFF) > 0x0FFF && __SUNPRO_CC < 0x6000))
10 // those are tested and proved not to work...
11 # define __STL_STATIC_ARRAY_BUG 1
12 # define __STL_STATIC_CONST_INIT_BUG 1
14 # define __STL_NO_FRIEND_TEMPLATES 1
17 -# if (__SUNPRO_CC < 0x600)
18 +# if (__SUNPRO_CC < 0x600 || ((__SUNPRO_CC | 0x0FFF) > 0x0FFF && __SUNPRO_CC < 0x6000))
19 # define __STL_HAS_NO_NEW_C_HEADERS 1
20 # define __STL_NO_EXPLICIT_FUNCTION_TMPL_ARGS
21 # define __STL_NON_TYPE_TMPL_PARAM_BUG 1