2
0
mirror of https://github.com/boostorg/graph.git synced 2026-01-31 20:22:09 +00:00

Fixed VC++ warning

[SVN r85594]
This commit is contained in:
Jeremiah Willcock
2013-09-07 16:36:45 +00:00
parent 93f4a862c3
commit 93f232252e

View File

@@ -105,7 +105,7 @@ private:
typedef typename Traits::vertex_descriptor Vertex;
typedef typename Traits::edge_descriptor Edge;
typedef typename Traits::vertices_size_type VerticesSize;
typedef typename property_traits<VertexIndexMap>::reference VertexIndex;
typedef typename property_traits<VertexIndexMap>::value_type VertexIndex;
typedef typename result_of<
GetAdjacentVertices(Vertex, Graph const&)