[BGL] adjacency_list with hash_setS: bug ?
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
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
// instead of ? #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
On 11/8/05, Douglas Gregor
Johan Oudinet wrote:
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
. It's since moved to different places on different compilers.
Ok, thanks for the reply.
Would you mind filing a bug in the Sourceforge bug tracker?
Done. -- Johan
participants (2)
-
Douglas Gregor
-
Johan Oudinet