Subject: [Boost-bugs] [Boost C++ Libraries] #10729: BOOST_NO_COMPLETE_VALUE_INITIALIZATION set issue on solaris 11.2/studio 12.4
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2014-10-31 20:04:18
#10729: BOOST_NO_COMPLETE_VALUE_INITIALIZATION set issue on solaris 11.2/studio
12.4
------------------------------+-------------------------
Reporter: angela.xie@⦠| Owner: johnmaddock
Type: Bugs | Status: new
Milestone: To Be Determined | Component: config
Version: Boost 1.55.0 | Severity: Problem
Keywords: |
------------------------------+-------------------------
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)
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/10729> Boost C++ Libraries <http://www.boost.org/> Boost provides free peer-reviewed portable C++ source libraries.
This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:17 UTC