Re: [boost] Re: A comment and a question about the current
configmacros
by John Maddock other posts by this author
Aug 20 2002 10:46AM messages near this date
[boost] A comment and a question about the current config macros
|
[boost] Re: A comment and a question about the current configmacros
> P.S.: As to g++ versions, does someone know if this is correct?
>
> #if defined (__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ <= 95
> #define HAS_OLD_IOSTREAMS
> #endif
>
> Or, maybe, just this?
>
> #if __GNUC__ < 3
> #define HAS_OLD_IOSTREAMS
> #endif
No, both of those fail if the user is using STLport. Although if we put it
in boost/config/stdlib/sgi.hpp then it may work. Is this a particular macro
you need (I take it that it is?).
John Maddock
http://ourworld.compuserve.com/homepages/john_maddock/index.htm
_______________________________________________
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
|