diff --git a/lemon/concepts/maps.h b/lemon/concepts/maps.h --- a/lemon/concepts/maps.h +++ b/lemon/concepts/maps.h @@ -182,8 +182,7 @@ template struct Constraints { - typename enable_if::type - constraints() { + void constraints() { checkConcept, _ReferenceMap >(); ref = m[key]; m[key] = val;