0

我是 boost 图形库的初学者,编译时出现以下错误:

mytree.cpp:80: error: expected init-declarator before '<' token

这是错误的行:

typedef boost::labeled_graph<adjacency_list<vecS, vecS, bidirectionalS, VertexDesc>,std::string> Graph;

有人可以帮助我吗?

提前致谢。

4

1 回答 1

1

对于那些感兴趣的人,我只是忘记添加以下行:

#include <boost/graph/labeled_graph.hpp>
于 2013-03-07T07:42:52.237 回答