Title
replace_copy_if's template parameter should be InputIterator
Status
cd1
Section
[alg.replace]
Submitter
Detlef Vollmann

Created on 2001-09-07.00:00:00 last changed 164 months ago

Messages

Date: 2010-10-21.18:28:33

Proposed resolution:

Change Iterator to InputIterator.

Date: 2001-09-07.00:00:00

From c++std-edit-876:

In section [alg.replace] before p4: The name of the first parameter of template replace_copy_if should be "InputIterator" instead of "Iterator". According to [type.descriptions] p1 the parameter name conveys real normative meaning.

History
Date User Action Args
2010-10-21 18:28:33adminsetmessages: + msg2274
2001-09-07 00:00:00admincreate