ASPN ActiveState Programmer Network
ActiveState
/ Home / Perl / PHP / Python / Tcl / XSLT /
/ Safari / My ASPN /
Cookbooks | Documentation | Mailing Lists | Modules | News Feeds | Products | User Groups


Recent Messages
List Archives
About the List
List Leaders
Subscription Options

View Subscriptions
Help

View by Topic
ActiveState
.NET Framework
Open Source
Perl
PHP
Python
Tcl
Web Services
XML & XSLT

View by Category
Database
General
SOAP
System Administration
Tools
User Interfaces
Web Programming
XML Programming


MyASPN >> Mail Archive >> boost
boost
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

Privacy Policy | Email Opt-out | Feedback | Syndication
© ActiveState Software Inc. All rights reserved