$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [preprocessor] Sequences vs. All Other Data Structures
From: Paul Mensonides (pmenso57_at_[hidden])
Date: 2012-04-23 01:12:00
On Sun, 22 Apr 2012 22:05:26 -0500, Brian Wood wrote:
> Given your desire to avoid compiler workarounds, an on line code
> generator may be helpful. One of the happy results of going on line is
> kissing compiler workarounds good-bye.
>
> I've worked on the distribution of code generated by an on line code
> generator -- http://webEbenezer.net/build_integration.html . You're
> welcome to use that as a starting point if you like.
Interesting, but not necessary. If one is willing to interfere with the
tool chain and fix a slew of errors in Windows headers (in particular),
one can just integrate Wave or some other preprocessor into the tool chain.
Regards,
Paul Mensonides