Andre Poenitz <[EMAIL PROTECTED]> writes: | On Tue, Jan 21, 2003 at 01:03:11PM +0100, Lars Gullik Bjønnes wrote: | > BUT if boost thinks that all C functions are in std::, why doesn't gcc | > have problems? fprintf is not in std:: there either... | | Old gcc actively ignores std, i.e. std:: and :: are the same.
We compile a lot with non-old GCC these days. anyway, there is a config macro for boost that might help: BOOST_NO_STDC_NAMESPACE If your compiler/c++lib does not put c lib functions in std:: then this should be defined. -- Lgb