On Jan 7, 2009, at 6:55 AM, Andrew Sutton wrote:
I have been working through the tutorial portion of "The Boost Graph Library: User Guide and Reference Manual", and have been unable to get example code that includes calls to read_graphviz to link. For example, code including this line:
read_graphviz("figs/ospf-graph.dot", g_dot);
<...>
// Deprecated GraphViz readers
void read_graphviz(const std::string& file, GraphvizDigraph& g);
void read_graphviz(FILE* file, GraphvizDigraph& g);
void read_graphviz(const std::string& file, GraphvizGraph& g);
void read_graphviz(FILE* file, GraphvizGraph& g);
Doh! Mystery solved.
-- Michael