COIN-OR::LEMON - Graph Library

Changeset 184:716b220697a0 in lemon-main for lemon/bits/traits.h


Ignore:
Timestamp:
03/27/08 16:27:23 (16 years ago)
Author:
Alpar Juttner <alpar@…>
Branch:
default
Phase:
public
Message:

Fix gcc-4.3 compilation errors and warnings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/bits/traits.h

    r139 r184  
    151151    typedef typename Map::Value Value;
    152152
    153     typedef const Value ConstReturnValue;
    154     typedef const Value ReturnValue;
     153    typedef Value ConstReturnValue;
     154    typedef Value ReturnValue;
    155155  };
    156156
     
    179179    typedef typename MatrixMap::Value Value;
    180180
    181     typedef const Value ConstReturnValue;
    182     typedef const Value ReturnValue;
     181    typedef Value ConstReturnValue;
     182    typedef Value ReturnValue;
    183183  };
    184184
Note: See TracChangeset for help on using the changeset viewer.