mirror of
https://github.com/boostorg/graph.git
synced 2026-02-01 20:42:11 +00:00
Merged r64025 and r64030 (detail qualification on override_const_property) from trunk
[SVN r64049]
This commit is contained in:
@@ -332,8 +332,8 @@ namespace boost {
|
||||
arg_pack[_predecessor_map | dummy_property_map()],
|
||||
detail::make_property_map_from_arg_pack_gen<tag::rank_map, D>(D())(g, arg_pack),
|
||||
detail::make_property_map_from_arg_pack_gen<tag::distance_map, W>(W())(g, arg_pack),
|
||||
override_const_property(arg_pack, _weight_map, g, edge_weight),
|
||||
override_const_property(arg_pack, _vertex_index_map, g, vertex_index),
|
||||
detail::override_const_property(arg_pack, _weight_map, g, edge_weight),
|
||||
detail::override_const_property(arg_pack, _vertex_index_map, g, vertex_index),
|
||||
detail::make_color_map_from_arg_pack(g, arg_pack),
|
||||
arg_pack[_distance_compare | std::less<D>()],
|
||||
arg_pack[_distance_combine | closed_plus<D>()],
|
||||
@@ -364,8 +364,8 @@ namespace boost {
|
||||
arg_pack[_predecessor_map | dummy_property_map()],
|
||||
detail::make_property_map_from_arg_pack_gen<tag::rank_map, D>(D())(g, arg_pack),
|
||||
detail::make_property_map_from_arg_pack_gen<tag::distance_map, D>(D())(g, arg_pack),
|
||||
override_const_property(arg_pack, _weight_map, g, edge_weight),
|
||||
override_const_property(arg_pack, _vertex_index_map, g, vertex_index),
|
||||
detail::override_const_property(arg_pack, _weight_map, g, edge_weight),
|
||||
detail::override_const_property(arg_pack, _vertex_index_map, g, vertex_index),
|
||||
detail::make_color_map_from_arg_pack(g, arg_pack),
|
||||
arg_pack[_distance_compare | std::less<D>()],
|
||||
arg_pack[_distance_combine | closed_plus<D>()],
|
||||
|
||||
Reference in New Issue
Block a user