COIN-OR::LEMON - Graph Library

Changeset 783:81bf2d766164 in lemon-0.x for src/work/deba


Ignore:
Timestamp:
09/02/04 12:54:26 (20 years ago)
Author:
Balazs Dezso
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1076
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/work/deba/map_defines.h

    r703 r783  
    6262} \
    6363template <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));\
    6565  return *this; \
    6666} \
     
    8888} \
    8989template <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));\
    9191  return *this; \
    9292} \
Note: See TracChangeset for help on using the changeset viewer.