On Thursday 12 December 2002 13:42, Jeremy Maitin-Shepard wrote:
> On Thu, Dec 12, 2002 at 02:54:46PM +0100, Toon Knapen wrote:
> > [snip]
> >
> > My only remaining question is : if the STL (used by the developer)
> > already provides the algorithm (in the std namespace however), would'nt
> > it be
On Thu, Dec 12, 2002 at 02:54:46PM +0100, Toon Knapen wrote:
>
> [snip]
>
> My only remaining question is : if the STL (used by the developer) already
> provides the algorithm (in the std namespace however), would'nt it be better
> to reuse it. Maybe that algorithm is written in a way to offer t
Toon Knapen wrote:
My only remaining question is : if the STL (used by the developer) already
provides the algorithm (in the std namespace however), would'nt it be better
to reuse it.
IMHO yes. (Although the algorithm need not be in std namespace
-- see http://lists.boost.org/MailArchives/bo
On Thursday 12 December 2002 01:06, Jeremy Maitin-Shepard wrote:
> It seems quite clear from the Boost.Compatbility rationale that extensions
> to the C++ standard library do not belong in it.
OK. And indeed boost _is_ an extension. So I think it makes sense to
implement all these extensions in bo