$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: joel falcou (joel.falcou_at_[hidden])
Date: 2010-08-16 11:02:00
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.