Paul Mensonides wrote:
It *should* work fine now, though I haven't tested it. I had a pretty good
idea what the problem was.
It works fine now.
Thank you.
m
http://careers.yahoo.com.au - Yahoo! Careers
- 1,000's of jobs waiting online for you!
___
- Original Message -
From: "Martin Wille" <[EMAIL PROTECTED]>
> Hello,
>
> this little test program
>
> #include
> int main() { return 0; }
By the way, I highly recommend that you don't include
or . When you do
that, you are including a *massive* amount of stuff that you don't need.
- Original Message -
From: "Martin Wille" <[EMAIL PROTECTED]>
> Hello,
>
> this little test program
>
> #include
> int main() { return 0; }
>
> is compiled fine by gcc 2.95.3 and gcc 3.0.4.
> However gcc 3.1/3.2 (and 3.3) produce errors:
It *should* work fine now, though I haven't teste
- Original Message -
From: "Martin Wille" <[EMAIL PROTECTED]>
To: "Boost mailing list" <[EMAIL PROTECTED]>
Sent: Saturday, November 09, 2002 1:20 AM
Subject: [boost] Problems with preprocessor.hpp and gcc
> Hello,
>
> this little test prog
Hello,
this little test program
#include
int main() { return 0; }
is compiled fine by gcc 2.95.3 and gcc 3.0.4.
However gcc 3.1/3.2 (and 3.3) produce errors:
In file included from /home/boost/boost/preprocessor/array.hpp:18,
from /home/boost/boost/preprocessor/library.hpp:17,