Boost C++ Libraries: Ticket #2785: [patch] GCC Shadow errors in circular buffer https://svn.boost.org/trac10/ticket/2785 <p> Patch for shadow errors in circular buffer library </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/2785 Trac 1.4.3 dustin@… Fri, 20 Feb 2009 18:36:50 GMT attachment set https://svn.boost.org/trac10/ticket/2785 https://svn.boost.org/trac10/ticket/2785 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">circular_buffer.tar.gz</span> </li> </ul> <p> trivial patch for shadow errors </p> Ticket Jan Gaspar Wed, 25 Mar 2009 14:45:39 GMT <link>https://svn.boost.org/trac10/ticket/2785#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/2785#comment:1</guid> <description> <p> I don't like the the parameter name 'capacity_sz'. It reminds me the hungarian notation. Can be this changed to 'buffer_capacity'? </p> </description> <category>Ticket</category> </item> <item> <author>dustin@…</author> <pubDate>Wed, 25 Mar 2009 18:13:34 GMT</pubDate> <title>attachment set https://svn.boost.org/trac10/ticket/2785 https://svn.boost.org/trac10/ticket/2785 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">circular_buffer.zip</span> </li> </ul> <p> Updated version of trivial patch </p> Ticket dustin@… Wed, 25 Mar 2009 18:14:36 GMT <link>https://svn.boost.org/trac10/ticket/2785#comment:2 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/2785#comment:2</guid> <description> <p> That sounds good to me. </p> </description> <category>Ticket</category> </item> <item> <author>Dustin Spicuzza <dustin@…></author> <pubDate>Mon, 04 May 2009 15:53:34 GMT</pubDate> <title/> <link>https://svn.boost.org/trac10/ticket/2785#comment:4 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/2785#comment:4</guid> <description> <p> Jano, </p> <p> I see this didn't get included in 1.39. Any chance it will make it in 1.40? I changed the variables as you asked. :) </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Jan Gaspar</dc:creator> <pubDate>Mon, 25 May 2009 22:15:10 GMT</pubDate> <title>status, milestone changed; resolution set https://svn.boost.org/trac10/ticket/2785#comment:5 https://svn.boost.org/trac10/ticket/2785#comment:5 <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> <li><strong>milestone</strong> <span class="trac-field-old">Boost 1.39.0</span> → <span class="trac-field-new">Boost 1.40.0</span> </li> </ul> <p> applied to trunk ... will be applied to release branch as soon as trunk passes unit tests </p> Ticket