----- Original Message ----- From: "Martin Wille" <[EMAIL PROTECTED]>
> Hello, > > this little test program > > #include <boost/preprocessor.hpp> > 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 tested it. I had a pretty good idea what the problem was. It was this: #if BOOST_PP_CONFIG_FLAGS() & BOOST_PP_CONFIG_STRICT This should have been: #if BOOST_PP_CONFIG_FLAGS() & BOOST_PP_CONFIG_STRICT() This happened twice in array/insert.hpp. Paul Mensonides _______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost