Boost logo

Boost Users :

From: Douglas Gregor (doug.gregor_at_[hidden])
Date: 2005-11-08 17:50:36


Johan Oudinet wrote:

>Is there any example using an adjacency_list with hash_setS for
>EdgeList ?
>
>I think there is a mistake in adjacency_list.hpp:21:
>// ======================
>#if !defined BOOST_NO_HASH
>#include <hash_set> // instead of <ext/hash_set> ?
>#endif
>// ======================
>
>I'm using gcc 4.0.2 with boost 1.33.0 and I can't compile a simple
>example using adjacency_list with hash_setS:
>
>
Yep, this is a bug. When hash_setS support was added to the Graph
library, most compilers had it in <hash_set>. It's since moved to
different places on different compilers. Would you mind filing a bug in
the Sourceforge bug tracker?

    Doug


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