
23 May
2004
23 May
'04
2:41 p.m.
"Gennadiy Rozental" <gennadiy.rozental@thomson.com> wrote:
I added several algorithms that extent STL algorithms set....
I think they belonh tp boost::algorithm. Wouldn't it make sense to add overloads that use std::pair<iter, iter>?, e.g: template <class InputIter1, class InputIter2> inline std::pair<InputIter1, InputIter2> mismatch( const std::pair<InputIter1, InputIter1>& seq1, const std::pair<InputIter2, InputIter2>& seq2 ) /Pavel