Boost C++ Libraries: Ticket #4361: boost/concept_check gcc warning cleanup https://svn.boost.org/trac10/ticket/4361 <p> Patch to clean up gcc 4.x warning barf. To reproduce issue, compile using -Wshadow. </p> <p> One of the methods was left using just 'c' as parameter name. Patch renames this to 'cc' as with other instances. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/4361 Trac 1.4.3 tatu.kilappa@… Mon, 21 Jun 2010 18:43:50 GMT attachment set https://svn.boost.org/trac10/ticket/4361 https://svn.boost.org/trac10/ticket/4361 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">boost_concept_check_gcc_warning_cleanup.diff</span> </li> </ul> <p> fix for boost/concept_check.hpp </p> Ticket Kohei Takahashi <flast@…> Tue, 30 Sep 2014 01:10:04 GMT cc set https://svn.boost.org/trac10/ticket/4361#comment:1 https://svn.boost.org/trac10/ticket/4361#comment:1 <ul> <li><strong>cc</strong> <span class="trac-author">flast@…</span> added </li> </ul> <p> It seems that dup of <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/6738" title="#6738: Bugs: Shadowed variable warning. (closed: fixed)">#6738</a>, and we can close this issue. </p> Ticket