lemon/core.h
changeset 956 141f9c0db4a3
parent 718 da70af8844b9
child 966 dc376822c17d
child 986 e958855b8186
child 1107 2b6bffe0e7e8
     1.1 --- a/lemon/core.h	Wed Mar 17 12:35:52 2010 +0100
     1.2 +++ b/lemon/core.h	Sat Mar 06 14:35:12 2010 +0000
     1.3 @@ -2,7 +2,7 @@
     1.4   *
     1.5   * This file is a part of LEMON, a generic C++ optimization library.
     1.6   *
     1.7 - * Copyright (C) 2003-2009
     1.8 + * Copyright (C) 2003-2010
     1.9   * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    1.10   * (Egervary Research Group on Combinatorial Optimization, EGRES).
    1.11   *
    1.12 @@ -1239,7 +1239,8 @@
    1.13  
    1.14    protected:
    1.15  
    1.16 -    class AutoNodeMap : public ItemSetTraits<GR, Node>::template Map<Arc>::Type {
    1.17 +    class AutoNodeMap : public ItemSetTraits<GR, Node>::template Map<Arc>::Type
    1.18 +    {
    1.19        typedef typename ItemSetTraits<GR, Node>::template Map<Arc>::Type Parent;
    1.20  
    1.21      public:
    1.22 @@ -1278,7 +1279,7 @@
    1.23        }
    1.24      };
    1.25  
    1.26 -  protected: 
    1.27 +  protected:
    1.28  
    1.29      const Digraph &_g;
    1.30      AutoNodeMap _head;