diff --git a/lemon/concepts/path.h b/lemon/concepts/path.h --- a/lemon/concepts/path.h +++ b/lemon/concepts/path.h @@ -159,6 +159,7 @@ ignore_unused_variable_warning(ed); } _Path& p; + PathDumperConstraints() {} }; template @@ -184,6 +185,7 @@ ignore_unused_variable_warning(ed); } _Path& p; + PathDumperConstraints() {} }; }