COIN-OR::LEMON - Graph Library

Changeset 1210:da87dbdf3daf in lemon-main for test/maps_test.cc


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
  • test/maps_test.cc

    r1131 r1210  
    6262  typedef B result_type;
    6363
     64  F() {};
     65  F(const F&) {};
     66
    6467  B operator()(const A&) const { return B(); }
    6568private:
Note: See TracChangeset for help on using the changeset viewer.