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 Henry
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
participants (2)
-
Christophe Henry
-
Louis Dionne