
Hi, VC2005's STL has a memory leak bug in it's std::basic_iostream, so I switch to use STLPort5.0.2, but I found there is no offical toolset support for vc8_stlport in boost_1_33_1, are there any plan to add this support in boost_1_34? Thanks, Wang Yun

Wang Yun <a_hao@21cn.com> writes:
Hi,
VC2005's STL has a memory leak bug in it's std::basic_iostream, so I switch to use STLPort5.0.2, but I found there is no offical toolset support for vc8_stlport in boost_1_33_1, are there any plan to add this support in boost_1_34?
We're switching to Boost.Build version 2 for 1.34, and in BBv2 toolsets are no longer tightly bound to library implementations. I think you can say something like: using msvc : 8.0s : <stdlib>stlport ; But you should post on the boost-build list to be sure. -- Dave Abrahams Boost Consulting www.boost-consulting.com

David Abrahams wrote:
Wang Yun <a_hao@21cn.com> writes:
Hi,
VC2005's STL has a memory leak bug in it's std::basic_iostream, so I switch to use STLPort5.0.2, but I found there is no offical toolset support for vc8_stlport in boost_1_33_1, are there any plan to add this support in boost_1_34?
We're switching to Boost.Build version 2 for 1.34, and in BBv2 toolsets are no longer tightly bound to library implementations. I think you can say something like:
using msvc : 8.0s : <stdlib>stlport ;
But you should post on the boost-build list to be sure.
I see, thanks. I'm looking forward to the 1.34 release. Wang Yun
participants (2)
-
David Abrahams
-
Wang Yun