
10 Aug
2006
10 Aug
'06
3:48 p.m.
Dinkumware used in Borland BDS 2006 contains hash containers but Boost.Config does not know about it. dinkumware.hpp could be updated: #if (defined _CPPLIB_VER) && (_CPPLIB_VER >= 402) # ifdef __BORLANDC__ // BDS 2006 STL has hash containers # define BOOST_HAS_HASH # endif #endif Possibly this is true for other systems than BCB but I do not have access to these. /Pavel