
When compiling with gcc4.3 I get a backward warning from adjacency_list.hpp because it includes hash_set instead of unordered_set (Boost 1.39.0). Will this be fixed soon? Ralf

When compiling with gcc4.3 I get a backward warning from adjacency_list.hpp because it includes hash_set instead of unordered_set (Boost 1.39.0). Will this be fixed soon?
Hopefully I'll figure out a good approach for 1.41. For the time being you can define the macro BOOST_NO_HASH to suppress the warning. Andrew Sutton andrew.n.sutton@gmail.com

Hopefully I'll figure out a good approach for 1.41. For the time being you can define the macro BOOST_NO_HASH to suppress the warning.
Just a quick follow up. Defining this macro will not allow you to use the hash_setS or hash_mapS container selectors. They are not, to my knowledge, widely used so hopefully it won't be an issue. Andrew Sutton andrew.n.sutton@gmail.com
participants (2)
-
Andrew Sutton
-
Ralf Goertz