--- boost/test/test_tools.hpp.orig 2007-10-23 01:13:33.105656000 -0700 +++ boost/test/test_tools.hpp 2007-10-23 01:21:25.588351000 -0700 @@ -431,14 +431,6 @@ return print_helper_t( t ); } -#if BOOST_WORKAROUND(__SUNPRO_CC, BOOST_TESTED_AT(0x530)) -template -inline print_helper_t print_helper( T (&t)[N] ) -{ - return print_helper_t( &t[0] ); -} -#endif - //____________________________________________________________________________// template