From 0263065191eb576b1b3485bef97287415e31c797 Mon Sep 17 00:00:00 2001 From: Jeremy Siek Date: Fri, 18 May 2001 22:43:59 +0000 Subject: [PATCH] updated for put_get_helper [SVN r10137] --- include/boost/graph/detail/adjacency_list.hpp | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/include/boost/graph/detail/adjacency_list.hpp b/include/boost/graph/detail/adjacency_list.hpp index cb3f43e0..32332cf9 100644 --- a/include/boost/graph/detail/adjacency_list.hpp +++ b/include/boost/graph/detail/adjacency_list.hpp @@ -2051,8 +2051,8 @@ namespace boost { template struct adj_list_vertex_property_map - : public boost::put_get_at_helper< - ValueType, + : public boost::put_get_helper< + Reference, adj_list_vertex_property_map > { @@ -2073,7 +2073,7 @@ namespace boost { template struct adj_list_vertex_all_properties_map - : public boost::put_get_at_helper > { @@ -2095,8 +2095,8 @@ namespace boost { template struct vec_adj_list_vertex_property_map - : public boost::put_get_at_helper< - ValueType, + : public boost::put_get_helper< + Reference, vec_adj_list_vertex_property_map > @@ -2117,7 +2117,7 @@ namespace boost { template struct vec_adj_list_vertex_all_properties_map - : public boost::put_get_at_helper > @@ -2162,7 +2162,7 @@ namespace boost { template struct vec_adj_list_vertex_id_map - : public boost::put_get_at_helper< + : public boost::put_get_helper< Vertex, vec_adj_list_vertex_id_map > { @@ -2252,8 +2252,8 @@ namespace boost { template struct adj_list_edge_property_map - : public put_get_at_helper< - Value, + : public put_get_helper< + Ref, adj_list_edge_property_map > @@ -2274,7 +2274,7 @@ namespace boost { template struct adj_list_edge_all_properties_map - : public put_get_at_helper >