COIN-OR::LEMON - Graph Library

Changeset 941:a93f1a27d831 in lemon for lemon/howard.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/howard.h

    r914 r941  
    232232    /// @}
    233233
     234  protected:
     235
     236    Howard() {}
     237
    234238  public:
    235239
Note: See TracChangeset for help on using the changeset viewer.