Title
Find_first_of says integer instead of iterator
Status
tc1
Section
[alg.find.first.of]
Submitter
Matt McClure

Created on 1999-06-30.00:00:00 last changed 302 months ago

Messages

Date: 1999-06-30.00:00:00

Proposed resolution:

Change [alg.find.first.of] paragraph 2 from:

Returns: The first iterator i in the range [first1, last1) such that for some integer j in the range [first2, last2) ...

to:

Returns: The first iterator i in the range [first1, last1) such that for some iterator j in the range [first2, last2) ...

History
Date User Action Args
1999-06-30 00:00:00admincreate