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