id summary reporter owner description type status milestone component version severity resolution keywords cc 10729 BOOST_NO_COMPLETE_VALUE_INITIALIZATION set issue on solaris 11.2/studio 12.4 angela.xie@… John Maddock "Problem:macro BOOST_NO_COMPLETE_VALUE_INITIALIZATION is defined only for old studio compiler in boost_1_55_0/boost/config/compiler/sunpro_cc.hpp 72:# if (__SUNPRO_CC <= 0x5100) 73: // Sun 5.10 may not correctly value-initialize objects of 74: // some user defined types, as was reported in April 2010 75: // (CR 6947016), and confirmed by Steve Clamage. 76: // (Niels Dekker, LKEB, May 2010). 77:# define BOOST_NO_COMPLETE_VALUE_INITIALIZATION 78:# endif solution: replace line 72:# if (__SUNPRO_CC <= 0x5100) with # if (__SUNPRO_CC <= 0x5130) " Bugs closed To Be Determined config Boost 1.55.0 Problem fixed