Index: subgraph.html =================================================================== --- subgraph.html (revision 68908) +++ subgraph.html (working copy) @@ -76,9 +76,9 @@ and subgraphs in Figure 1, so we will need a total of six vertices.
-typedef adjacency_list_traits Traits;
-typedef subgraph< adjacency_list > > Graph;
+typedef adjacency_list_traits< vecS, vecS, directedS > Traits;
+typedef subgraph< adjacency_list< vecS, vecS, directedS,
+  no_property, property< edge_index_t, int > > > Graph;
 
 const int N = 6;
 Graph G0(N);