$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Steven Watanabe (watanabesj_at_[hidden])
Date: 2008-07-19 17:06:28
AMDG
Joel FALCOU wrote:
> I just read the parts about the lazyness of fusion transformation. It
> indeed escpaed me for a few seconds.
> So basically the fusion transform are more suited for the runtime aprt
> of the code rather than the compile-time one ?
Right, fusion::transform is appropriate for mixed compile-time/run-time
calculations.
MPL is more appropriate for purely compile time constructs.
In Christ,
Steven Watanabe