COIN-OR::LEMON - Graph Library

Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/core.h

    r1236 r1237  
    33 * This file is a part of LEMON, a generic C++ optimization library.
    44 *
    5  * Copyright (C) 2003-2009
     5 * Copyright (C) 2003-2011
    66 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    77 * (Egervary Research Group on Combinatorial Optimization, EGRES).
     
    12471247  protected:
    12481248
    1249     class AutoNodeMap : public ItemSetTraits<GR, Node>::template Map<Arc>::Type {
     1249    class AutoNodeMap :
     1250      public ItemSetTraits<GR, Node>::template Map<Arc>::Type {
    12501251      typedef typename ItemSetTraits<GR, Node>::template Map<Arc>::Type Parent;
    12511252
     
    12861287    };
    12871288
    1288   protected: 
     1289  protected:
    12891290
    12901291    const Digraph &_g;
Note: See TracChangeset for help on using the changeset viewer.