$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] [Boost::mpl] transforming expression both at compile time and runtime
From: Thomas Heller (thom.heller_at_[hidden])
Date: 2010-08-16 12:22:55
joel falcou wrote:
> On 16/08/10 16:55, Noman Javed wrote:
>> In that case I have to first transform the expression into a fusion
>> sequence and then apply my own transformations. Am I right?
> More or less yes depending on the nature of your original expression.
> Fusion is basically the bridge between compile-time and runtime
> manipulation.
Isn't that the perfect use for a nice first transformation for phoenix3?