Subject: Re: [boost] [hana] question
From: Louis Dionne (ldionne.2_at_[hidden])
Date: 2015-06-22 15:50:59


Christophe Henry <christophe.j.henry <at> gmail.com> writes:

>
> Hi Louis,
>
> I'm experimenting with hana for the review and have one question.
> I can fold with boost::hana::fold.left(boost::mpl::vector<...>{}...)
>
> Do you have a way to iterate on elements of a mpl::set?
>
> Thanks,
> Christophe

Christophe,

`mpl::set` is not adapted right now, so it can't interact with Hana.
The main reason is because support for AssociativeSequences is
incomplete right now (being the goal of my GSoC). There is no
fundamental reason why it couldn't be added, and in fact it will.

Regards,
Louis