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
[boost] [dynamic bitset] Wrong test for MSVC6/7 and dinkumware lib?
by =?ISO-8859-1?Q?Markus_Sch=F6pflin?= other posts by this author
Sep 30 2002 2:56PM messages near this date
RE: [boost] New enum_set uploaded | [boost] Re: [dynamic bitset] Wrong test for MSVC6/7 and dinkumwarelib?
Hello,

the file boost/dynamic_bitset.hpp contains a check for MSVC6/7 and it's 
STL on line 500. It reads as follows:

#if (defined(_MSC_VER) && (_MSC_VER <= 1300)) || !defined(_CPPLIB_VER) 
|| (_CPPLIB_VER < 306) // Dinkumware for VC6/7

Shouldn't this read

#if (defined(_MSC_VER) && (_MSC_VER <= 1300)) && (!defined(_CPPLIB_VER) 
|| (_CPPLIB_VER < 306)) // Dinkumware for VC6/7

Markus



_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost
Thread:
=?ISO-8859-1?Q?Markus_Sch=F6pflin?=
Markus =?iso-8859-1?Q?Sch=F6pflin?=
Gennaro Prota
=?ISO-8859-1?Q?Markus_Sch=F6pflin?=
Gennaro Prota

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