$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Pavel Vozenilek (pavel_vozenilek_at_[hidden])
Date: 2003-10-16 19:10:41
"Ross MacGregor" <ross__macgregor_at_[hidden]> wrote ...
> Would anyone be against having an algorithm library, especially one that
> had only one algorithm for now?
>
It would be useful, IMHO.
> Are there really no other useful
> algorithms that the STL missed?
>
stable_unique() (removing non-consecutive duplicates from range), written by
John Torjo:
/Pavel