Boost logo

Boost :

From: Kirk Klobe (kklobe_at_[hidden])
Date: 2001-06-11 11:49:21


Hi Mike,

I'm sorry you hit that snag. I was the one who was playing with getting
Boost to work properly using Dinkumware's full lib with both Intel C++
5.0 and VC6. You are actually using an old config.hpp with some
incorrect logic for working out global namespace issues. I'd recommend
updating your config.hpp from CVS.

- Kirk

>>// starting at line 463 of boost/config.hpp
>>
>># elif defined(_CPPLIB_VER) && (_CPPLIB_VER >= 306)
>> // full dinkumware 3.06 and above
>># define BOOST_NO_HASH
>># define BOOST_NO_STD_ITERATOR_TRAITS
>># ifndef _GLOBAL_USING // can be defined in yvals.h
>># define BOOST_NO_STDC_NAMESPACE
>># endif
>># define BOOST_MSVC_STD_ITERATOR // <---- I
>>added this line
>># else


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk