Hello,
I tried to complile the following code that worked under gcc 2.95.3
under gcc 3.0.1 and got tons of error messages:
typedef adjacency_list<
setS,
vecS,
undirectedS,
property<
vertex_color_t,
default_color_type,
property<
vertex_degree_t,
int,
property<
vertex_current_degree_t,
int,
property<
vertex_priority_t,
int > > > > > Graph;
...
std::vector