COIN-OR::LEMON - Graph Library

Changeset 1432:da87dbdf3daf in lemon for lemon/dim2.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/dim2.h

    r1311 r1432  
    5555
    5656      ///Default constructor
    57       Point() {}
     57      Point() : x(), y() {}
    5858
    5959      ///Construct an instance from coordinates
Note: See TracChangeset for help on using the changeset viewer.