Boost C++ Libraries: Ticket #3665: Bimap and custom allocators https://svn.boost.org/trac10/ticket/3665 <p> In the current implementation of bimap there is no way to specify a custom allocator. It is documented as a feature but not implemented. Custom allocators were considered in the design of bimap (they are considered as a template parameter) but not implemented. The attached patch solves the problem by modifying two constructors of bimap class and adding an allocator as an optional parameter. The patch is against the svn boost sources. </p> <p> Hope this helps. </p> <p> Gustavo </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/3665 Trac 1.4.3 gutierrez.gustavo@… Tue, 24 Nov 2009 12:40:43 GMT attachment set https://svn.boost.org/trac10/ticket/3665 https://svn.boost.org/trac10/ticket/3665 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">bimap-allocator.patch</span> </li> </ul> <p> Patch for use of custom allocators in bimaps </p> Ticket gutierrez.gustavo@… Tue, 24 Nov 2009 14:25:13 GMT attachment set https://svn.boost.org/trac10/ticket/3665 https://svn.boost.org/trac10/ticket/3665 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">bimap-allocator.2.patch</span> </li> </ul> <p> fixed patch, now it works for the iterator based constructor. </p> Ticket Matias Capeletto Sat, 09 Jan 2010 22:11:56 GMT status changed https://svn.boost.org/trac10/ticket/3665#comment:1 https://svn.boost.org/trac10/ticket/3665#comment:1 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">assigned</span> </li> </ul> Ticket Matias Capeletto Fri, 15 Jan 2010 18:52:36 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/3665#comment:2 https://svn.boost.org/trac10/ticket/3665#comment:2 <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> Ticket