diff --git a/lemon/concepts/heap.h b/lemon/concepts/heap.h --- a/lemon/concepts/heap.h +++ b/lemon/concepts/heap.h @@ -252,6 +252,7 @@ _Heap& heap; ItemIntMap& map; + Constraints() {} }; };