$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Sebastian Redl (sebastian.redl_at_[hidden])
Date: 2006-02-03 20:14:24
David Abrahams wrote:
>Even if the run-time reflection system is generating code?
>The boundaries are a lot more fluid than you probably imagine.
>
>
That, however, means integrating a (mostly) complete C++ compiler or
interpreter into the reflection library (mostly in that it can
interpret/compile an intermediate form instead of real source).
Complexity and licensing aside, a compiler is also inherently
unportable. It would be a fascinating project, to be sure, but vast.
Sebastian Redl