Boost C++ Libraries: Ticket #9970: circular_buffer should support C++11 style allocators https://svn.boost.org/trac10/ticket/9970 <p> It would be useful if circular_buffer could use simplified C++11 minimal allocators, especially by using std::allocator_traits. Possibly it could use the boost::allocator_traits instead. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/9970 Trac 1.4.3 Glen Fernandes Fri, 02 May 2014 06:53:56 GMT <link>https://svn.boost.org/trac10/ticket/9970#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/9970#comment:1</guid> <description> <p> I've implemented this. Sent via a pull request: <a class="ext-link" href="http://github.com/boostorg/circular_buffer/pull/1"><span class="icon">​</span>http://github.com/boostorg/circular_buffer/pull/1</a> </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Jan Gaspar</dc:creator> <pubDate>Fri, 02 May 2014 08:50:26 GMT</pubDate> <title/> <link>https://svn.boost.org/trac10/ticket/9970#comment:2 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/9970#comment:2</guid> <description> <p> Please submit the implementation to the boost then. I'm not maintaining the library any more. Cheers. </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Glen Fernandes</dc:creator> <pubDate>Fri, 02 May 2014 19:03:24 GMT</pubDate> <title/> <link>https://svn.boost.org/trac10/ticket/9970#comment:3 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/9970#comment:3</guid> <description> <p> Replying to <a class="ticket" href="https://svn.boost.org/trac10/ticket/9970#comment:2" title="Comment 2">jano_gaspar</a>: </p> <blockquote class="citation"> <p> Please submit the implementation to the boost then. I'm not maintaining the library any more. Cheers. </p> </blockquote> <p> Done. </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Glen Fernandes</dc:creator> <pubDate>Fri, 02 May 2014 19:03:50 GMT</pubDate> <title>owner, status changed https://svn.boost.org/trac10/ticket/9970#comment:4 https://svn.boost.org/trac10/ticket/9970#comment:4 <ul> <li><strong>owner</strong> changed from <span class="trac-author">Jan Gaspar</span> to <span class="trac-author">Glen Fernandes</span> </li> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">assigned</span> </li> </ul> Ticket Glen Fernandes Sun, 04 May 2014 14:53:13 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/9970#comment:5 https://svn.boost.org/trac10/ticket/9970#comment:5 <ul> <li><strong>status</strong> <span class="trac-field-old">assigned</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">fixed</span> </li> </ul> <p> This is fixed. I committed my code and test to develop, let the tests cycle, and merged to master. See <a class="ext-link" href="http://github.com/boostorg/circular_buffer/commit/7e233f7"><span class="icon">​</span>http://github.com/boostorg/circular_buffer/commit/7e233f7</a> for more details. </p> Ticket