Boost logo

Boost :

Subject: Re: [boost] About all these metaprogramming libraries
From: Peter Dimov (lists_at_[hidden])
Date: 2017-03-19 19:09:42


Oswin Krause wrote:

> For me the biggest question is: will it work natively with mpl::vector?

Not very well at the moment; mpl::vector<int, void, float> is a list of
fixed size 20, whereas mpl::vector<int, void, float>::type is of size 3, but
still fixed. It will only work with algorithms that don't need to change the
size of the list.

It would be possible in principle to make the algorithms take mpl::vector
and return mp_list, I suppose.


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk