Title
The three container adapters should each have a deduction guide
Status
resolved
Section
[container.adaptors]
Submitter
United States

Created on 2017-02-03.00:00:00 last changed 86 months ago

Messages

Date: 2017-03-15.00:00:00

[ 2017-03-12, post-Kona ]

Resolved by P0433R2.

Date: 2017-02-03.00:00:00
Addresses US 150

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:12adminsetmessages: + msg9088
2017-03-12 23:04:12adminsetstatus: new -> resolved
2017-02-03 00:00:00admincreate