|
Boost : |
From: Pavel Vozenilek (pavel_vozenilek_at_[hidden])
Date: 2006-08-10 11:48:06
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
Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk