From 93cdbc1d92ca94e936d91dddeefd973f70d67f2e Mon Sep 17 00:00:00 2001 From: Jeremy Siek Date: Tue, 22 May 2001 02:04:37 +0000 Subject: [PATCH] added vertex and edge mutable [SVN r10184] --- test/leda_graph_cc.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/leda_graph_cc.cpp b/test/leda_graph_cc.cpp index f2700069..76c40fd3 100644 --- a/test/leda_graph_cc.cpp +++ b/test/leda_graph_cc.cpp @@ -39,6 +39,8 @@ main(int,char*[]) function_requires< AdjacencyGraphConcept >(); function_requires< VertexMutableGraphConcept >(); function_requires< EdgeMutableGraphConcept >(); + function_requires< VertexMutablePropertyGraphConcept >(); + function_requires< EdgeMutablePropertyGraphConcept >(); function_requires< ReadablePropertyGraphConcept >(); function_requires<