1.1 --- a/lemon/core.h Fri Aug 09 11:07:27 2013 +0200
1.2 +++ b/lemon/core.h Sun Aug 11 15:28:12 2013 +0200
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 @@ -1252,7 +1252,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 @@ -1291,7 +1292,7 @@
1.23 }
1.24 };
1.25
1.26 - protected:
1.27 + protected:
1.28
1.29 const Digraph &_g;
1.30 AutoNodeMap _head;