$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Mathew Robertson (mathew.robertson_at_[hidden])
Date: 2004-08-25 18:32:28
[snip]
> All what you say here already exists in C++. For instance, you can have
> a look at QT.
>
> It does not use boost::signal (for portability reasons in the beginning,
> I suppose, and because boost::signal did not exist at that time), but
> also works with a mechanism of signals and slots that requires some
> small preprocessing of files..
Does anyone here think that requiring a pre-compiler is a reasonable thing to require?
Mathew