Boost C++ Libraries: Ticket #1957: Compile error of Thread library with MipsPro 7.41 https://svn.boost.org/trac10/ticket/1957 <p> Running "make all" after running "/configure --with-libraries=thread" generates this compile error: </p> <p> cc-3318 CC: ERROR File = ./boost/thread/pthread/thread.hpp, Line 208 </p> <blockquote> <p> A partial specialization of a member class template must be declared in the </p> <blockquote> <p> class of which it is a member. </p> </blockquote> </blockquote> <blockquote> <blockquote> <blockquote> <p> struct thread::thread_data&lt;boost::reference_wrapper&lt;F&gt; &gt;: </p> <blockquote> <p> <sup> </sup></p> </blockquote> </blockquote> </blockquote> </blockquote> <p> The <a class="missing wiki">MipsPro</a> compiler does support partial specialization but I believe some extra initial declaration must be included. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/1957 Trac 1.4.3 Anthony Williams Wed, 04 Jun 2008 16:08:09 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/1957#comment:1 https://svn.boost.org/trac10/ticket/1957#comment:1 <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> I've extracted thread_data to a non-member type, so this should now work on trunk. </p> Ticket