$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Thorsten Ottosen (thorsten.ottosen_at_[hidden])
Date: 2007-11-18 06:17:05
Dear all,
The compilers fails with this test:
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