Boost C++ Libraries: Ticket #4952: Shadowing warnings on parameter and local variable names in boost/date_time/time_facet.hpp https://svn.boost.org/trac10/ticket/4952 <p> time_facet.hpp has numerous shadowing warnings with GCC 4.3.0 on Mac OS 10.6.4. The attached patch resolves the warnings. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/4952 Trac 1.4.3 Rich McKeever <richmckeever@…> Tue, 07 Dec 2010 20:22:19 GMT attachment set https://svn.boost.org/trac10/ticket/4952 https://svn.boost.org/trac10/ticket/4952 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">time_facet.hpp.diff</span> </li> </ul> Ticket Rob Stewart Thu, 13 Jan 2011 13:34:18 GMT <link>https://svn.boost.org/trac10/ticket/4952#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/4952#comment:1</guid> <description> <p> The new parameter names look odd (I use leading underscores for formal parameter names versus your use of a trailing "_arg"), but I otherwise see nothing wrong with the patch. </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Marshall Clow</dc:creator> <pubDate>Wed, 30 Mar 2011 22:26:00 GMT</pubDate> <title/> <link>https://svn.boost.org/trac10/ticket/4952#comment:2 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/4952#comment:2</guid> <description> <p> (In <a class="changeset" href="https://svn.boost.org/trac10/changeset/70768" title="Applied patch - Refs #4952">[70768]</a>) Applied patch - Refs <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/4952" title="#4952: Patches: Shadowing warnings on parameter and local variable names in ... (closed: fixed)">#4952</a> </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Marshall Clow</dc:creator> <pubDate>Mon, 04 Apr 2011 23:42:44 GMT</pubDate> <title>status changed; resolution set https://svn.boost.org/trac10/ticket/4952#comment:3 https://svn.boost.org/trac10/ticket/4952#comment:3 <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> (In <a class="changeset" href="https://svn.boost.org/trac10/changeset/70984" title="Merge date/time fixes to release. Fixes #4952">[70984]</a>) Merge date/time fixes to release. Fixes <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/4952" title="#4952: Patches: Shadowing warnings on parameter and local variable names in ... (closed: fixed)">#4952</a> </p> Ticket