18 Jul
2017
18 Jul
'17
9:52 p.m.
El 18/07/2017 a las 15:51, Peter Dimov via Boost escribió:
Personally I think this doesn't belong to MPL.
A cursory search seems to show that the desire to use std::tuple with MPL is not uncommon, although getting a tuple out of an MPL sequence is of course only half of the story, people also want to use std::tuple as if it were an MPL sequence.
I've decided to provide the latter instead. That is, upon inclusion of
, both mp_list and std::tuple become MPL sequences and can be manipulated with MPL algorithms.
This looks cool. Thank you! Joaquín M López Muñoz