[boost] Re: A comment and a question about the current config
macros
by Gennaro Prota other posts by this author
Aug 19 2002 10:03PM messages near this date
Re: [boost] Re: A comment and a question about the current
configmacros
|
[boost] Re: A comment and a question about the current config
macros
Assuming that __GNUC__ was defined Gennaro wrote the following
sparkling piece of code:
> #if __GNUC__ < 3
> #define HAS_OLD_IOSTREAMS
> #endif
>
I meant, of course, #if defined (__GNUC__) && __GNUC__ < 3
Genny.
_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost
Thread:
Gennaro Prota
John Maddock
Gennaro Prota
Gennaro Prota
Gennaro Prota
Beman Dawes
Jeremy Siek
Jeremy Siek
Gennaro Prota
Gennaro Prota
John Maddock
Beman Dawes
|