
8 Nov
2005
8 Nov
'05
3:50 p.m.
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