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