Boost logo

Boost :

Subject: Re: [boost] [review][mp11] Formal review of Mp11
From: Peter Dimov (lists_at_[hidden])
Date: 2017-07-18 10:51:55


Bruno Dutra wrote:

> >> How about we provide it in MPL instead?
> >>
> >> namespace mpl {
> >>
> >> template<class Seq, template<class...> class L = std::tuple> using
> >> to_tuple = /*as above*/
> >>
> >> }
...

> 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.


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