$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Paul Mensonides (pmenso57_at_[hidden])
Date: 2002-11-09 13:33:23
----- Original Message -----
From: "Martin Wille" <mw8329_at_[hidden]>
> Hello,
>
> this little test program
>
> #include <boost/preprocessor.hpp>
> int main() { return 0; }
By the way, I highly recommend that you don't include
<boost/preprocessor.hpp> or <boost/preprocessor/library.hpp>. When you do
that, you are including a *massive* amount of stuff that you don't need.
Paul Mensonides