COIN-OR::LEMON - Graph Library

Changeset 941:a93f1a27d831 in lemon for lemon/suurballe.h


Ignore:
Timestamp:
03/08/10 08:33:41 (14 years ago)
Author:
Peter Kovacs <kpeter@…>
Branch:
default
Phase:
public
Message:

Fix gcc 3.3 compilation error (#354)

gcc 3.3 requires that a class has a default constructor if it has
template named parameters. (That constructor can be protected.)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/suurballe.h

    r931 r941  
    404404    bool _full_init;
    405405
     406  protected:
     407
     408    Suurballe() {}
     409
    406410  public:
    407411
Note: See TracChangeset for help on using the changeset viewer.