Changeset 783:81bf2d766164 in lemon-0.x for src/work/deba
- Timestamp:
 - 09/02/04 12:54:26 (21 years ago)
 - Branch:
 - default
 - Phase:
 - public
 - Convert:
 - svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1076
 - File:
 - 
          
- 1 edited
 
- 
          src/work/deba/map_defines.h (modified) (2 diffs)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
        
src/work/deba/map_defines.h
r703 r783 62 62 } \ 63 63 template <typename CMap>NodeMap& operator=(const CMap& copy) { \ 64 this->Factory::Map<V>::operator=<CMap>( copy);\64 this->Factory::Map<V>::operator=<CMap>(static_cast<Factory::Map<V>&>(copy));\ 65 65 return *this; \ 66 66 } \ … … 88 88 } \ 89 89 template <typename CMap>EdgeMap& operator=(const CMap& copy) { \ 90 this->Factory::Map<V>::operator=<CMap>( copy);\90 this->Factory::Map<V>::operator=<CMap>(static_cast<Factory::Map<V>&>(copy));\ 91 91 return *this; \ 92 92 } \  
Note: See TracChangeset
          for help on using the changeset viewer.
      
