2
0
mirror of https://github.com/boostorg/graph.git synced 2026-02-28 05:22:24 +00:00

added another concept check

[SVN r10859]
This commit is contained in:
Jeremy Siek
2001-08-15 01:53:27 +00:00
parent a28c64e02b
commit 1c27e7e1d7

View File

@@ -75,6 +75,7 @@ namespace boost {
typedef typename graph_traits<Graph>::adjacency_iterator
adjacency_iterator;
function_requires< VertexListGraphConcept<Graph> >();
function_requires< AdjacencyGraphConcept<Graph> >();
function_requires< VertexMutableGraphConcept<GraphTC> >();
function_requires< EdgeMutableGraphConcept<GraphTC> >();