Boost logo

Boost Users :

From: Robert Ramey (ramey_at_[hidden])
Date: 2005-08-11 11:15:51


Very good call !

Chris Coleman wrote:

> change "boost/serialization/hash_map.hpp" as below:
> //#ifdef __GLIBCPP__
> #include <ext/hash_map>
> //#else
> //#include <hash_map>
> //#endif

Why should the above be necessary? Isn't __GLIBCPP_ the right switch to
use?

> and add the following lines to: "boost/config/stdlib/libstdcpp3.hpp"
> #define BOOST_HAS_HASH
> #define BOOST_STD_EXTENSION_NAMESPACE __gnu_cxx

Could someone who is more expert on the various gcc configuration issues
make this change in the gcc configuration? At least in the developement
environment?

> This has been discussed before I think, although seems still to be an
> issue in 1.33 I believe. I think its due to the fact that there is no
> standardised hash_map map implementation.

I don't remember this being mentioned before.

Robert Ramey


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