Boost C++ Libraries: Ticket #937: config.hpp needs to be updated https://svn.boost.org/trac10/ticket/937 <pre class="wiki">The latest versions of Metrowerks CodeWarrior for Mac (6.2 and 7.0 Early Access, compiler version 2.4.1) still does not support member template friend syntax. As such, config.hpp should be updated as follows: # if __MWERKS__ &lt;= 0x2400 // 6.0 should be replaced with # if __MWERKS__ &lt;= 0x2401 // 6.2 </pre> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/937 Trac 1.4.3 beman_dawes Fri, 22 Jun 2001 20:32:57 GMT status changed https://svn.boost.org/trac10/ticket/937#comment:1 https://svn.boost.org/trac10/ticket/937#comment:1 <ul> <li><strong>status</strong> <span class="trac-field-old">assigned</span> → <span class="trac-field-new">closed</span> </li> </ul> <pre class="wiki">Logged In: YES user_id=51042 Fixed in the CVS. </pre> Ticket