Created on 2009-06-28.00:00:00 last changed 169 months ago
[ 2009-10 Santa Cruz: ]
NAD EditorialResolved. Adressed by N2997.
[ 2009-07 Frankfurt ]
Pending a paper from Anthony Williams / Detlef Vollmann.
Addresses UK 343
Description
The move constructor of a std::promise object does not need to allocate any memory, so the move-construct-with-allocator overload of the constructor is superfluous.
Suggestion
Remove the constructor with the signature template <class Allocator> promise(allocator_arg_t, const Allocator& a, promise& rhs);
Notes
Create an issue. Detlef will look into it. Will solicit feedback from Pablo. Note that "rhs" argument should also be an rvalue reference in any case.
History | |||
---|---|---|---|
Date | User | Action | Args |
2010-12-05 14:14:49 | admin | set | status: nad editorial -> resolved |
2010-10-21 18:28:33 | admin | set | messages: + msg983 |
2010-10-21 18:28:33 | admin | set | messages: + msg982 |
2009-06-28 00:00:00 | admin | create |