
19 Mar
2017
19 Mar
'17
7:09 p.m.
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.