【发布时间】:2014-01-26 06:47:45
【问题描述】:
我试图定义地图,但它不允许我定义:
....
typename graph_traits<MyGraphType>::vertex_descriptor NodeID;
typedef map<size_t, NodeID> IndexMap; //doesn't let me to create this
...
MyGraphType(10);
...
...
【问题讨论】:
标签: c++ boost boost-graph