Created on 2017-02-03.00:00:00 last changed 93 months ago
[ 2017-03-12, post-Kona ]
Resolved by P0433R2.
The three container adapters should each have a deduction guide allowing the deduction of the value type T from the supplied container, potentially constrained to avoid confusion with deduction from a copy/move constructor.
Proposed change: For each container adapter, add a deduction guide of the form
template <class Container> adapter(const Container&) -> adapter<typename Container::value_type, Container>;
History | |||
---|---|---|---|
Date | User | Action | Args |
2017-03-12 23:04:12 | admin | set | messages: + msg9088 |
2017-03-12 23:04:12 | admin | set | status: new -> resolved |
2017-02-03 00:00:00 | admin | create |