Subject: Re: [Boost-users] [Boost::mpl] transforming expression both at compile time and runtime
From: Noman Javed (noman_bwp_at_[hidden])
Date: 2010-08-16 10:55:57


joel falcou <joel.falcou <at> lri.fr> writes:

>
> Sounds like a job for Boost.Fusion ;)
>
In that case I have to first transform the expression into a fusion sequence and
then apply my own transformations. Am I right?