src/lemon/vector_map.h
changeset 978 175cf8c3a994
parent 971 643d3192ebc8
child 979 b5fb023cdb7b
equal deleted inserted replaced
3:ad4387a16732 4:b7f714ee43e3
   113 	attach(*copy.getRegistry());
   113 	attach(*copy.getRegistry());
   114 	container = copy.container;
   114 	container = copy.container;
   115       }
   115       }
   116     }
   116     }
   117 
   117 
       
   118     using Parent::attach;
       
   119     using Parent::detach;
       
   120     using Parent::attached;
   118 
   121 
   119     /** Assign operator to copy a map of the same map type.
   122     /** Assign operator to copy a map of the same map type.
   120      */
   123      */
   121     VectorMap& operator=(const VectorMap& copy) {
   124     VectorMap& operator=(const VectorMap& copy) {
   122       if (&copy == this) return *this;
   125       if (&copy == this) return *this;