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:
@@ -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> >();
|
||||
|
||||
Reference in New Issue
Block a user