Title
Range support by tuple should be removed
Status
c++11
Section
[tuple.range]
Submitter
BSI

Created on 2010-08-25.00:00:00 last changed 154 months ago

Messages

Date: 2011-05-09.23:20:35

Proposed resolution:

Strike 20.4.2.10 and the matching declarations in the header synopsis in 20.4.

Date: 2010-10-24.10:50:39

[ Resolved in Rapperswil by a motion to directly apply the words from the ballot comment in N3102. ]

Date: 2010-10-24.10:50:39

Addresses GB-87

There is no compelling reason to assume a heterogeneous tuple of two elements holds a pair of iterators forming a valid range. Unlike std::pair, there are no functions in the standard library using this as a return type with a valid range, so there is even less reason to try to adapt this type for the new for-loop syntax.

History
Date User Action Args
2011-08-23 20:07:26adminsetstatus: wp -> c++11
2011-05-09 23:20:35adminsetmessages: + msg5771
2010-10-24 10:50:39adminsetmessages: + msg5005
2010-10-24 10:50:39adminsetstatus: nad editorial -> wp
2010-08-25 00:00:00admincreate