Created on 2013-09-11.00:00:00 last changed 130 months ago
Proposed resolution:
This wording is relative to N3691.
Change the header <tuple> synopsis, [tuple.general] p2 as indicated:
template<class... Types> constexpr tuple<Types&...> tie(Types&...) noexcept;
Change [tuple.creation] around p7 as indicated:
template<class... Types> constexpr tuple<Types&...> tie(Types&... t) noexcept;
[ 2014-02-13 Issaquah: Move as Immediate ]
History | |||
---|---|---|---|
Date | User | Action | Args |
2014-02-27 17:03:20 | admin | set | status: wp -> c++14 |
2014-02-20 13:52:38 | admin | set | status: immediate -> wp |
2014-02-14 07:07:05 | admin | set | messages: + msg6852 |
2014-02-14 07:07:05 | admin | set | status: new -> immediate |
2013-10-06 15:50:10 | admin | set | messages: + msg6672 |
2013-09-11 00:00:00 | admin | create |