mirror of
https://github.com/boostorg/graph.git
synced 2025-05-11 05:14:01 +00:00
added vertex and edge mutable
[SVN r10184]
This commit is contained in:
parent
6509b5286c
commit
93cdbc1d92
@ -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<
|
||||
|
Loading…
x
Reference in New Issue
Block a user