test/maps_test.cc
branch1.2
changeset 1277 e13061207f85
parent 1263 b9887ae63df0
     1.1 --- a/test/maps_test.cc	Sat Aug 10 12:25:35 2013 +0200
     1.2 +++ b/test/maps_test.cc	Wed Jul 24 10:21:35 2013 +0200
     1.3 @@ -535,7 +535,8 @@
     1.4            "Wrong SourceMap or TargetMap");
     1.5  
     1.6      typedef Orienter<Graph, const ConstMap<Edge, bool> > Digraph;
     1.7 -    Digraph dgr(gr, constMap<Edge, bool>(true));
     1.8 +    ConstMap<Edge, bool> true_edge_map(true);
     1.9 +    Digraph dgr(gr, true_edge_map);
    1.10      OutDegMap<Digraph> odm(dgr);
    1.11      InDegMap<Digraph> idm(dgr);
    1.12