Opened 11 years ago
Closed 10 years ago
#5924 closed Feature Requests (fixed)
make_shared_array
Reported by: | Owned by: | Peter Dimov | |
---|---|---|---|
Milestone: | To Be Determined | Component: | smart_ptr |
Version: | Boost 1.47.0 | Severity: | Problem |
Keywords: | Cc: |
Description
It'd be great if make_shared_array could be provided, analogous to make_shared_ptr.
Change History (3)
comment:1 by , 11 years ago
comment:2 by , 11 years ago
Maybe it should be an extra constructor overload (size_t) instead: https://svn.boost.org/trac/boost/ticket/4637
comment:3 by , 10 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
I'll second the request and also add allocate_shared_array to it.