COIN-OR::LEMON - Graph Library

Changeset 1130:eb252f805431 in lemon for lemon


Ignore:
Timestamp:
01/20/12 19:08:00 (12 years ago)
Author:
Alpar Juttner <alpar@…>
Branch:
default
Phase:
public
Message:

GCC 3.3 compatibility fix in nagamochi_ibaraki.h

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/nagamochi_ibaraki.h

    r1017 r1130  
    301301    }
    302302
    303   public :
     303  protected:
     304    //This is here to avoid a gcc-3.3 compilation error.
     305    //It should never be called.
     306    NagamochiIbaraki() {}
     307   
     308  public:
    304309
    305310    typedef NagamochiIbaraki Create;
Note: See TracChangeset for help on using the changeset viewer.