COIN-OR::LEMON - Graph Library

Ignore:
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • lemon/Makefile.am

    r1091 r1021  
    11EXTRA_DIST += \
    22        lemon/lemon.pc.in \
    3         lemon/lemon.pc.cmake \
    43        lemon/CMakeLists.txt \
    54        lemon/config.h.cmake
  • test/lgf_test.cc

    r1087 r1067  
    118118        run();
    119119    }
    120     catch (FormatError&)
     120    catch (FormatError& error)
    121121      {
    122122        ok = true;
     
    132132        run();
    133133    }
    134     catch (FormatError&)
     134    catch (FormatError& error)
    135135      {
    136136        ok = true;
     
    147147        run();
    148148    }
    149     catch (FormatError&)
     149    catch (FormatError& error)
    150150      {
    151151        ok = true;
     
    161161        run();
    162162    }
    163     catch (FormatError&)
     163    catch (FormatError& error)
    164164      {
    165165        ok = true;
Note: See TracChangeset for help on using the changeset viewer.