$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Pavel Vozenilek (pavel_vozenilek_at_[hidden])
Date: 2004-05-23 09:41:45
"Gennadiy Rozental" <gennadiy.rozental_at_[hidden]> 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