[Boost-bugs] [ boost-Bugs-1489486 ] is_base_and_derived: no workaround needed fo SunPro CC 5.5

Bugs item #1489486, was opened at 2006-05-16 04:38 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=107586&aid=1489486&group_id=7586 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: type_traits Group: None Status: Open Resolution: None Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: John Maddock (johnmaddock) Summary: is_base_and_derived: no workaround needed fo SunPro CC 5.5 Initial Comment: boost/type_traits/is_base_and_derived.hpp, line 27 27 : && !BOOST_WORKAROUND(__SUNPRO_CC , BOOST_TESTED_AT(0x540)) \ probably should be changed to 27 : && !BOOST_WORKAROUND(__SUNPRO_CC , <= 0x540)) \ since with SunPro compiler v.5.5 it works fine (the exact compiler verion I checked is: Sun C++ 5.5 Patch 113817-09 2004/08/03) The broken is_base_and_derived version fails to detect private inheritance which in turn prevents from using such libraries as multi_index. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=107586&aid=1489486&group_id=7586 ------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Boost-bugs mailing list Boost-bugs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/boost-bugs
participants (1)
-
SourceForge.net