Boost logo

Boost Users :

From: gast 128 (gast128_at_[hidden])
Date: 2004-12-30 22:04:14


Dear all

It's already posted, but there was not a really good answer. If you take
from
boost graph 'examples/file_dependencies.cpp' and strip down some code, but
change the graph type to:

typedef adjacency_list<listS, listS, directedS,
      property<vertex_color_t, default_color_type>,
      property<edge_weight_t, int>
> Graph;

Graph g;

default_dfs_visitor vis;
depth_first_search(g, visitor(vis));

It gives C2678 on VC++ 7.1.

Does anyone know what's wrong/possible work around?

Wkr me

_________________________________________________________________
MSN Search, for accurate results! http://search.msn.nl


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