Boost C++ Libraries: Ticket #3211: exception.hpp fails to compile with CodeWarrior 9.6 Mac https://svn.boost.org/trac10/ticket/3211 <p> Since boost 1.37 I am getting compiler errors (unimplemented C++ feature) if <a class="missing wiki">CodeWarrior</a> tries to compile anything that includes /boost/exception/exception.hpp. The problem lies in the template friend member functions. If I comment out the lines 208, 217 and 226 (the three friend declarations for the templated member functions) everything is fine. </p> <p> I assume that this won't be the ideal solution, as (for me) only <a class="missing wiki">CodeWarrior</a> is affected (GCC 4 and MSVC 8 are working), but I did not find an appropriate sounding boost macro to use as a wrapper. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/3211 Trac 1.4.3 Steven Watanabe Wed, 24 Jun 2009 02:39:29 GMT <link>https://svn.boost.org/trac10/ticket/3211#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/3211#comment:1</guid> <description> <p> The correct solution would be to remove the friend declarations and make the members that need to be accessed public if BOOST_NO_MEMBER_TEMPLATE_FRIENDS is defined. </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Emil Dotchevski</dc:creator> <pubDate>Tue, 01 Dec 2009 19:49:23 GMT</pubDate> <title>status changed; resolution set https://svn.boost.org/trac10/ticket/3211#comment:2 https://svn.boost.org/trac10/ticket/3211#comment:2 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">fixed</span> </li> </ul> <p> Please someone try it out, see trunk revision 58088. </p> Ticket