Created on 2008-11-27.00:00:00 last changed 90 months ago
[ 2017-06-02 Issues Telecon ]
Resolve as NAD
[ 2017-02 in Kona, LEWG recommends NAD ]
Pointer-accepting overloads of reset() are discouraged — the same functionality is available via move-assignment and that is more idiomatic.
[ 2009-10 Santa Cruz: ]
Mark as NAD Future.
[ Batavia (2009-05): ]
Howard comments that we have the functionality via move-assigment.
Move to Open.
If we are supporting stateful deleters, we need an overload for reset that takes a deleter as well.
void reset(pointer p, deleter_type d);
We probably need two overloads to support move-only deleters, and this sounds uncomfortably like the two constructors I have been ignoring for now...
History | |||
---|---|---|---|
Date | User | Action | Args |
2017-06-05 15:41:21 | admin | set | messages: + msg9201 |
2017-06-05 15:41:21 | admin | set | messages: + msg9200 |
2017-06-05 15:41:21 | admin | set | status: lewg -> nad |
2014-11-24 15:11:58 | admin | set | status: nad future -> lewg |
2010-10-21 18:28:33 | admin | set | messages: + msg4441 |
2010-10-21 18:28:33 | admin | set | messages: + msg4440 |
2008-11-27 00:00:00 | admin | create |