added vertex and edge mutable

[SVN r10184]
This commit is contained in:
Jeremy Siek 2001-05-22 02:04:37 +00:00
parent 6509b5286c
commit 93cdbc1d92

View File

@ -39,6 +39,8 @@ main(int,char*[])
function_requires< AdjacencyGraphConcept<Graph> >();
function_requires< VertexMutableGraphConcept<Graph> >();
function_requires< EdgeMutableGraphConcept<Graph> >();
function_requires< VertexMutablePropertyGraphConcept<Graph> >();
function_requires< EdgeMutablePropertyGraphConcept<Graph> >();
function_requires<
ReadablePropertyGraphConcept<Graph, Vertex, vertex_index_t> >();
function_requires<