$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [mpl] multiset
From: Louis Dionne (ldionne.2_at_[hidden])
Date: 2015-02-26 12:42:11
Niall Douglas <s_sourceforge <at> nedprod.com> writes:
>
> On 25 Feb 2015 at 15:11, Louis Dionne wrote:
>
> > That being said, I'm not sure what the gain would be, except perhaps
> > compile-time performance.
>
> 1. Stops someone else reinventing the wheel.
>
> 2. Provides users of MPL a bridge into Hana.
>
> 3. A useful functional unit testing of Hana.
Fine, I did it: http://goo.gl/rRijB1
It's incomplete and it does not support iterators, but it still supports
all the algorithms I have ever used in the MPL (but not the intrinsics).
Most intrinsic sequence operations could also be added.
Louis