mirror of
https://github.com/truebelief/cc-treeiso-plugin.git
synced 2026-08-31 09:30:28 +08:00
Fixes for Linux compilation
This commit is contained in:
+1
-1
@@ -75,7 +75,7 @@ namespace CP
|
||||
template<typename T>
|
||||
using EdgeAttributeMap = boost::adj_list_edge_property_map<
|
||||
boost::directed_tag, EdgeAttribute<T>, EdgeAttribute<T> &
|
||||
, unsigned __int64, CP::EdgeAttribute<T>, boost::edge_bundle_t>;
|
||||
, uint64_t, CP::EdgeAttribute<T>, boost::edge_bundle_t>;
|
||||
template<typename T>
|
||||
using VertexIndexMap = typename boost::property_map<Graph<T>, boost::vertex_index_t>::type;
|
||||
template<typename T>
|
||||
|
||||
Reference in New Issue
Block a user