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] boost::array and VC7 (oil & water)
by Victor A. Wagner, Jr. other posts by this author
Nov 10 2002 10:52PM messages near this date
Re: [boost] Possible Submissions | Re: [boost] boost::array and VC7 (oil & water)
I've chased the issue down to the line:
#elif defined(BOOST_MSVC) && (BOOST_MSVC == 1300) && 
defined(BOOST_DINKUMWARE_STDLIB) && (1/*BOOST_DINKUMWARE_STDLIB == 1310*/)

which I've modified on MY system as you see.
apparently BOOST_DINKUMWARE_STDLIB is NOT equal to 1310
because that clears up the errors in all but one of my programs

the remaining error is:
c:\Boost Releases\boost\boost\detail\iterator.hpp(115) : error C2061: 
syntax error : identifier 'value_type'
c:\Program Files\Microsoft Visual Studio .NET\Vc7\include\xlocmon(227) : 
fatal error C1903: unable to recover from previous error(s); stopping 
compilation

I have NO idea what's causing that.

I _will_ try to chase down what value  BOOST_DINKUMWARE_STDLIB has
didn't someone say there was a way to convert a value to printable and get 
it OUT of the preprocessor somehow?
Victor A. Wagner Jr.      http://rudbek.com
PGP RSA fingerprint = 4D20 EBF6 0101 B069 3817 8DBF C846 E47A
PGP D-H fingerprint = 98BC 65E3 1A19 43EC 3908 65B9 F755 E6F4 63BB 9D93
The five most dangerous words in the English language:
               "There oughta be a law"

_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost
Thread:
Victor A. Wagner, Jr.
John Maddock
David Abrahams
Victor A. Wagner, Jr.
David Abrahams
Victor A. Wagner, Jr.
John Maddock

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