Boost C++ Libraries: Ticket #3302: declaration of `class R' shadows template parm `class R https://svn.boost.org/trac10/ticket/3302 <p> When compiling my app with exception handling disabled, I get the same error reported in tickets 2494 and 2499: /vobs/Opera_3rdParty/boost/boost/function/function_template.hpp:965: error: declaration of `class R' /vobs/Opera_3rdParty/boost/boost/function/function_template.hpp:654: error: shadows template parm `class R' </p> <p> The fix indicated in 2494 solves the issue. It looks as if the version of function_template.hpp in 1.39.0 is still incorrect. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/3302 Trac 1.4.3 Steven Watanabe Fri, 31 Jul 2009 19:30:16 GMT component changed; owner set https://svn.boost.org/trac10/ticket/3302#comment:1 https://svn.boost.org/trac10/ticket/3302#comment:1 <ul> <li><strong>owner</strong> set to <span class="trac-author">Douglas Gregor</span> </li> <li><strong>component</strong> <span class="trac-field-old">None</span> → <span class="trac-field-new">function</span> </li> </ul> Ticket Jeremiah Willcock Tue, 08 Jun 2010 23:47:32 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/3302#comment:2 https://svn.boost.org/trac10/ticket/3302#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">duplicate</span> </li> </ul> <p> The fix for <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/2494" title="#2494: Bugs: compile errors in function_template.hpp when BOOST_NO_EXCEPTIONS defined (closed: fixed)">#2494</a> is in trunk and release branches, so this is likely to be fixed; I am marking at as duplicate of <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/2494" title="#2494: Bugs: compile errors in function_template.hpp when BOOST_NO_EXCEPTIONS defined (closed: fixed)">#2494</a>. If there is a test case that still fails, please reopen this bug. </p> Ticket