
18 Nov
2007
18 Nov
'07
11:17 a.m.
Dear all, The compilers fails with this test: http://beta.boost.org/development/tests/trunk/developer/output/Sandia-sun-bo... The line of the code that is problematic is: #if BOOST_WORKAROUND(BOOST_INTEL, <= 910 ) || BOOST_WORKAROUND(__SUNPRO_CC, <= 0x580 ) BOOST_DEDUCED_TYPENAME remove_const<Array>::type ar; #else Array ar; #endif Does the #if-statement not capture sun 5.9? It seems like it doesn't as the compiler complains that the object is const. Thanks -Thorsten