lemon/concepts/path.h
changeset 783 b873350e6258
parent 550 c5fd2d996909
child 807 3e711ee55d31
     1.1 --- a/lemon/concepts/path.h	Fri Jan 06 16:27:06 2012 +0100
     1.2 +++ b/lemon/concepts/path.h	Thu Jan 19 15:25:06 2012 +0100
     1.3 @@ -159,6 +159,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 @@ -184,6 +185,7 @@
    1.12            ignore_unused_variable_warning(ed);
    1.13          }
    1.14          _Path& p;
    1.15 +        PathDumperConstraints() {}
    1.16        };
    1.17  
    1.18      }