src/lemon/vector_map.h
changeset 978 175cf8c3a994
parent 971 643d3192ebc8
child 979 b5fb023cdb7b
     1.1 --- a/src/lemon/vector_map.h	Wed Nov 10 20:14:32 2004 +0000
     1.2 +++ b/src/lemon/vector_map.h	Wed Nov 10 21:42:28 2004 +0000
     1.3 @@ -115,6 +115,9 @@
     1.4        }
     1.5      }
     1.6  
     1.7 +    using Parent::attach;
     1.8 +    using Parent::detach;
     1.9 +    using Parent::attached;
    1.10  
    1.11      /** Assign operator to copy a map of the same map type.
    1.12       */