$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Douglas Gregor (gregod_at_[hidden])
Date: 2001-05-19 10:25:07
On Saturday 19 May 2001 10:16 am, you wrote:
> Hi,
>
> I'm thinking of submitting a small CPP or C Pre Processor meta programming
> library into Boost. For this reason I have uploaded a trivial demo subset
> of the library into the Files section/Vault. You can find the files under
> the CPP folder. The rest of this message contains a motivated example of
> the use of a particular feature of the library.
<drool>
I am most definitely interested in this. The boost::function library has huge
amounts of generated code and maintainence on the Perl script that generatess
it has become a nightmare.
I'm interested about the practical portability of such a library. Does it
generally work well across compilers? What sort of limitations have you run
into? Macro expansion depth limitations? Macro length limitations?
Doug