|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r57894 - trunk/boost/graph/detail
From: jewillco_at_[hidden]
Date: 2009-11-24 12:07:50
Author: jewillco
Date: 2009-11-24 12:07:49 EST (Tue, 24 Nov 2009)
New Revision: 57894
URL: http://svn.boost.org/trac/boost/changeset/57894
Log:
Changed vertex_iterator to have vertex_descriptor rather than vertices_size_type as its value type
Text files modified:
trunk/boost/graph/detail/adjacency_list.hpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Modified: trunk/boost/graph/detail/adjacency_list.hpp
==============================================================================
--- trunk/boost/graph/detail/adjacency_list.hpp (original)
+++ trunk/boost/graph/detail/adjacency_list.hpp 2009-11-24 12:07:49 EST (Tue, 24 Nov 2009)
@@ -2295,7 +2295,7 @@
// VertexList and vertex_iterator
typedef typename container_gen<VertexListS,
vertex_ptr>::type SeqVertexList;
- typedef boost::integer_range<vertices_size_type> RandVertexList;
+ typedef boost::integer_range<vertex_descriptor> RandVertexList;
typedef typename mpl::if_<is_rand_access,
RandVertexList, SeqVertexList>::type VertexList;
Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk