lemon/concepts/maps.h
branch1.1
changeset 1064 40bbb450143e
parent 912 37f440367057
child 1081 f1398882a928
     1.1 --- a/lemon/concepts/maps.h	Tue Apr 12 07:46:34 2011 +0200
     1.2 +++ b/lemon/concepts/maps.h	Wed Jul 13 14:40:05 2011 +0200
     1.3 @@ -182,7 +182,8 @@
     1.4  
     1.5        template<typename _ReferenceMap>
     1.6        struct Constraints {
     1.7 -        void constraints() {
     1.8 +        typename enable_if<typename _ReferenceMap::ReferenceMapTag, void>::type
     1.9 +        constraints() {
    1.10            checkConcept<ReadWriteMap<K, T>, _ReferenceMap >();
    1.11            ref = m[key];
    1.12            m[key] = val;