$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] [BGL] backward warning
From: Andrew Sutton (andrew.n.sutton_at_[hidden])
Date: 2009-08-31 20:16:14
> 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_at_[hidden]