2
0
mirror of https://github.com/boostorg/graph.git synced 2026-02-12 12:12:11 +00:00

fixed by in return type compile-time computation

[SVN r9923]
This commit is contained in:
Jeremy Siek
2001-04-23 18:20:16 +00:00
parent c0fe0b2432
commit 8fb64a1adf

View File

@@ -88,7 +88,7 @@ namespace boost {
typedef bgl_named_params<P, T, R> Params;
typedef typename property_value< Params, edge_capacity_t>::type Param;
typedef typename detail::choose_pmap_helper<Param, Graph,
edge_capacity_t>::const_result_type CapacityEdgeMap;
edge_capacity_t>::result CapacityEdgeMap;
typedef typename property_traits<CapacityEdgeMap>::value_type type;
};