[range][1.43] mismatch doc

The documentation of the mistmatch function contains several errors. The prototypes return a pair of iterators, but the description talk about The versions of mismatch that return an iterator or a range_return. Could this be improved for 1.43 release or it is better I make a ticket? "Description The versions of mismatch that return an iterator, return an iterator to the first position where rng1 and rng2 differ. Equality is determined by operator== for non-predicate versions of mismatch, and by satisfying pred in the predicate versions. The versions of mismatch that return a range_return, defines found in the same manner as the returned iterator described above." Best, _____________________ Vicente Juan Botet Escribá http://viboes.blogspot.com/

On Tue, Apr 27, 2010 at 11:01 PM, vicente.botet <vicente.botet@wanadoo.fr>wrote:
The documentation of the mistmatch function contains several errors. The prototypes return a pair of iterators, but the description talk about The versions of mismatch that return an iterator or a range_return.
Could this be improved for 1.43 release or it is better I make a ticket?
Yes it most certainly can. I'm actively working on several documentation issues. I'll take a look at mismatch tomorrow.
Best, _____________________ Vicente Juan Botet Escribá http://viboes.blogspot.com/
Thanks for the feedback. Regards, Neil Groves
participants (2)
-
Neil Groves
-
vicente.botet