Boost C++ Libraries: Ticket #251: examples/kruskal-example.cpp shadows variables https://svn.boost.org/trac10/ticket/251 <pre class="wiki">$g++ -Wshadow -Wall kruskal-example.cpp -lbgl-viz generates a lot of shadow warnings, making it impossible to use kruskal-example related code in a program that is supposed to be shadow-free. $g++ --version g++ (GCC) 3.3.3 (Debian 20040321) Copyright (C) 2003 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. </pre> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/251 Trac 1.4.3 Douglas Gregor Sun, 31 Oct 2004 18:58:43 GMT <link>https://svn.boost.org/trac10/ticket/251#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/251#comment:1</guid> <description> <pre class="wiki">Logged In: YES user_id=249098 Wow, that is a lot of warnings! There are too many fixes needed to do this for 1.32.0, but we'll get it fixed afterward. </pre> </description> <category>Ticket</category> </item> <item> <dc:creator>Douglas Gregor</dc:creator> <pubDate>Sun, 31 Oct 2004 19:29:44 GMT</pubDate> <title>status changed https://svn.boost.org/trac10/ticket/251#comment:2 https://svn.boost.org/trac10/ticket/251#comment:2 <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=249098 Fixed code to eliminate all shadow warnings for Boost 1.33.0. </pre> Ticket