I'm a beginner in boost graph library and I got the following error while compiling :
mytree.cpp:80: error: expected init-declarator before '<' token
Here is the wrong line :
typedef boost::labeled_graph<adjacency_list<vecS, vecS, bidirectionalS, VertexDesc>,std::string> Graph;
May someone help me?
Thanks in advance.