Boost C++ Libraries: Ticket #3728: boost::ublas headers cause multiple warnings with -Wshadow https://svn.boost.org/trac10/ticket/3728 <p> The headers in boost::ublas often make use of local variables that shadow functions or other local variables. Eliminating these warnings simply requires changing the variable names. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/3728 Trac 1.4.3 marc.schafer@… Mon, 07 Dec 2009 22:52:37 GMT attachment set https://svn.boost.org/trac10/ticket/3728 https://svn.boost.org/trac10/ticket/3728 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">ublas.patch</span> </li> </ul> Ticket marc.schafer@… Thu, 24 Dec 2009 12:54:21 GMT attachment set https://svn.boost.org/trac10/ticket/3728 https://svn.boost.org/trac10/ticket/3728 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">ublas.2.patch</span> </li> </ul> <p> updated patch file to fix warnings </p> Ticket anonymous Thu, 24 Dec 2009 12:56:44 GMT <link>https://svn.boost.org/trac10/ticket/3728#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/3728#comment:1</guid> <description> <p> I attached a second patch file because the first one contains a fix to a warning that is caused by a bug in gcc 4.2. The bug has been fixed in gcc 4.3 and the original code no longer causes a warning so I removed the change from the patch file. </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Steven Watanabe</dc:creator> <pubDate>Sat, 27 Mar 2010 06:01:34 GMT</pubDate> <title>owner, component changed https://svn.boost.org/trac10/ticket/3728#comment:2 https://svn.boost.org/trac10/ticket/3728#comment:2 <ul> <li><strong>owner</strong> changed from <span class="trac-author">Douglas Gregor</span> to <span class="trac-author">Gunter</span> </li> <li><strong>component</strong> <span class="trac-field-old">numeric</span> → <span class="trac-field-new">uBLAS</span> </li> </ul> Ticket