A new WG21 paper is available. A copy is linked below, and the paper will also appear in the next normal WG21 mailing. If you are not a committee member, please use the comments section below or the std-proposals forum for public discussion.
Document number: N3869
Date: 2014-01-12
Extending shared_ptr to Support Arrays, Revision 1
by Peter Dimov
Excerpt:
This paper proposes adding array support to
shared_ptr
, via the syntaxshared_ptr<T[]>
andshared_ptr<T[N]>
.Changes in Revision 1: Incorporated wording suggestions from Daniel Krügler.
Add a Comment
Comments are closed.