Opened 13 years ago

Closed 12 years ago

#3115 closed Feature Requests (wontfix)

make_shared and allocate_shared for arrays

Reported by: Jeremiah Willcock Owned by: Peter Dimov
Milestone: To Be Determined Component: smart_ptr
Version: Boost 1.38.0 Severity: Not Applicable
Keywords: Cc:

Description

There are make_shared and allocate_shared functions in Boost.SmartPtr 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.

Change History (2)

comment:1 by Peter Dimov, 13 years ago

Milestone: Boost 1.40.0To Be Determined

comment:2 by Peter Dimov, 12 years ago

Resolution: wontfix
Status: newclosed
Note: See TracTickets for help on using tickets.