Boost C++ Libraries: Ticket #7123: Forward declaration for scoped allocator customization traits. https://svn.boost.org/trac10/ticket/7123 <p> A container currently needs to include all of <code>scoped_allocator.hpp</code> just to customize the appropriate traits which seems a bit much. Could you declare (not define) <code>constructible_with_allocator_suffix</code> and <code>constructible_with_allocator_prefix</code> in a separate header so that they can be specialised without including all the other things? </p> <p> It might be useful to include a definition of <code>allocator_arg_t</code> in case it needs to write a constructor using it. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/7123 Trac 1.4.3 Ion Gaztañaga Thu, 12 Jul 2012 23:27:33 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/7123#comment:1 https://svn.boost.org/trac10/ticket/7123#comment:1 <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> Fixed in trunk at revision 79463 </p> Ticket