$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] Reverse mpl set<>
From: Chard (boost_at_[hidden])
Date: 2013-04-25 10:31:03
Steven Watanabe <watanabesj <at> gmail.com> writes:
>
> On 04/25/2013 02:23 AM, Chard wrote:
> > Please can someone post me the mpl to reverse an mpl::set<>.
>
> It's probably wrong to try to reverse an mpl::set.
> mpl::set doesn't guarantee that the elements appear
> in any specific order.
But I presume mpl::set has _an_ order; I do not require any specific
order.
I'll try another tack: can an mpl::set be converted to an mpl::vector?