COIN-OR::LEMON - Graph Library

Changeset 1210:da87dbdf3daf in lemon-main for lemon/maps.h


Ignore:
Timestamp:
07/28/20 21:23:36 (4 years ago)
Author:
Alpar Juttner <alpar@…>
Branch:
default
Phase:
public
Message:

Resolve deprecation warnings of gcc 9 (#633)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/maps.h

    r1130 r1210  
    295295  private:
    296296
    297     RangeMap& operator=(const RangeMap&);
    298 
    299   public:
     297    // RangeMap& operator=(const RangeMap&);
     298
     299  public:
     300
     301    // ///\e
     302    // RangeMap(const RangeMap&);
    300303
    301304    ///\e
Note: See TracChangeset for help on using the changeset viewer.