Boost logo

Boost Users :

From: John Maddock (john_at_[hidden])
Date: 2003-11-14 07:25:52


> STLport defines _STLP_NO_MEMBER_TEMPLATE_KEYWORD for VC++6.0.
> I'm not exactly sure what that means. But the compiler test case in
> stlport for that define looks very similar to what is done at line 67 in
> detail/allocator.hpp.
>
> If I'm right, the solution is to att the following to boost stlport.hpp
> at line 79:
> #if defined(_STLP_NO_MEMBER_TEMPLATE_KEYWORD)
> # define BOOST_NO_STD_ALLOCATOR
> #endif

Thanks, you're right defining BOOST_NO_STD_ALLOCATOR fixes the problem - the
fix will be in cvs soon.

John


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net