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.