array.hpp problem with msvc7 and stlport
I got many errors with boost\array.hpp after I chaged to use stlport instead of the one from msvc7. one of these errors is: d:\cpplibs\boost\boost\array.hpp(61) : error C2039: '_Ptrit' : is not a member of '_STL' I have tried to config stlport with STLP_NO_OWN_NAMESPACE and _STLP_DONT_RENAME_STD but the errors still exist. Is it a bug in array.hpp or stlport? Regards, Lirong
I have tried to config stlport with STLP_NO_OWN_NAMESPACE and _STLP_DONT_RENAME_STD but the errors still exist.
Is it a bug in array.hpp or stlport?
It's a bug in the way that array.hpp is configured, I'll try and check in a fix, although it really looks like we need some more config macros to do this properly :-( John Maddock http://ourworld.compuserve.com/homepages/john_maddock/index.htm
participants (2)
-
John Maddock
-
li_lirong