lemon/concepts/path.h
changeset 976 426a704d7483
parent 785 9ae88e7c04a7
parent 975 b873350e6258
child 1084 8b2d4e5d96e4
     1.1 --- a/lemon/concepts/path.h	Wed Jan 11 14:12:36 2012 +0100
     1.2 +++ b/lemon/concepts/path.h	Fri Jan 20 19:23:48 2012 +0100
     1.3 @@ -168,6 +168,7 @@
     1.4            ignore_unused_variable_warning(ed);
     1.5          }
     1.6          _Path& p;
     1.7 +        PathDumperConstraints() {}
     1.8        };
     1.9  
    1.10        template <typename _Digraph, typename _Path>
    1.11 @@ -193,6 +194,7 @@
    1.12            ignore_unused_variable_warning(ed);
    1.13          }
    1.14          _Path& p;
    1.15 +        PathDumperConstraints() {}
    1.16        };
    1.17  
    1.18      }