Title
lib.input.iterators Defect
Status
nad editorial
Section
[input.iterators]
Submitter
David Abrahams

Created on 2006-02-09.00:00:00 last changed 164 months ago

Messages

Date: 2010-10-21.18:28:33

[ Portland: Editorial. ]

Date: 2010-10-21.18:28:33

Proposed resolution:

Change 24.1.1p1:

-1- A class or a built-in type X satisfies the requirements of an input iterator for the value type T if the following expressions are valid, where U is the type of any specified member of type T, as shown in Table 73.

Date: 2006-02-09.00:00:00

24.1.1 Input iterators [lib.input.iterators]

1 A class or a built-in type X satisfies the requirements of an input iterator for the value type T if the following expressions are valid, where U is the type of any specified member of type T, as shown in Table 73.

There is no capital U used in table 73. There is a lowercase u, but that is clearly not meant to denote a member of type T. Also, there's no description in 24.1.1 of what lowercase a means. IMO the above should have been...Hah, a and b are already covered in 24.1/11, so maybe it should have just been:

History
Date User Action Args
2010-10-21 18:28:33adminsetmessages: + msg3056
2010-10-21 18:28:33adminsetmessages: + msg3055
2006-02-09 00:00:00admincreate