Created on 2009-03-20.00:00:00 last changed 171 months ago
Proposed resolution:
In [tuple.tuple], class tuple, change as indicated:
template <class... UTypes> requires Constructible<Types, const UTypes&>... tuple(const pair<UTypes...>&); template <class... UTypes> requires Constructible<Types, RvalueOf<UTypes>::type>... tuple(pair<UTypes...>&&);
[NB.: The corresponding prototypes do already exist in [tuple.cnstr]/7+8]
[ Batavia (2009-05): ]
The resolution looks correct; move to NAD Editorial.
[ 2009-03-21 Daniel provided wording. ]
Class template tuple [tuple.tuple]:
template <class... UTypes> requires Constructible<Types, const UTypes&>... template <class... UTypes> requires Constructible<Types, RvalueOf<UTypes>::type>...
Somebody needs to look at this and say what it should be.
History | |||
---|---|---|---|
Date | User | Action | Args |
2010-10-21 18:28:33 | admin | set | messages: + msg613 |
2010-10-21 18:28:33 | admin | set | messages: + msg612 |
2010-10-21 18:28:33 | admin | set | messages: + msg611 |
2009-03-20 00:00:00 | admin | create |