Boost C++ Libraries: Ticket #3115: make_shared and allocate_shared for arrays https://svn.boost.org/trac10/ticket/3115 <p> There are make_shared and allocate_shared functions in Boost.<a class="missing wiki">SmartPtr</a> to allocate single objects and return shared_ptrs, but there is no equivalent that allocates many objects and returns a shared_array. This new functionality would have the same benefits as the functions that return pointers to single objects. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/3115 Trac 1.4.3 Peter Dimov Tue, 01 Dec 2009 01:49:37 GMT milestone changed https://svn.boost.org/trac10/ticket/3115#comment:1 https://svn.boost.org/trac10/ticket/3115#comment:1 <ul> <li><strong>milestone</strong> <span class="trac-field-old">Boost 1.40.0</span> → <span class="trac-field-new">To Be Determined</span> </li> </ul> Ticket Peter Dimov Thu, 24 Feb 2011 17:16:47 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/3115#comment:2 https://svn.boost.org/trac10/ticket/3115#comment:2 <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">wontfix</span> </li> </ul> Ticket