Very good call ! Chris Coleman wrote:
change "boost/serialization/hash_map.hpp" as below: //#ifdef __GLIBCPP__ #include
//#else //#include //#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