diff -r 0759d974de81 -r 4add05447ca0 lemon/bits/graph_adaptor_extender.h --- a/lemon/bits/graph_adaptor_extender.h Sun Jan 05 22:24:56 2014 +0100 +++ b/lemon/bits/graph_adaptor_extender.h Tue Apr 14 08:39:40 2015 +0200 @@ -85,7 +85,7 @@ }; - LemonRangeWrapper1 nodes() { + LemonRangeWrapper1 nodes() const { return LemonRangeWrapper1(*this); } @@ -111,7 +111,7 @@ }; - LemonRangeWrapper1 arcs() { + LemonRangeWrapper1 arcs() const { return LemonRangeWrapper1(*this); } @@ -269,7 +269,7 @@ }; - LemonRangeWrapper1 nodes() { + LemonRangeWrapper1 nodes() const { return LemonRangeWrapper1(*this); } @@ -296,7 +296,7 @@ }; - LemonRangeWrapper1 arcs() { + LemonRangeWrapper1 arcs() const { return LemonRangeWrapper1(*this); } @@ -378,7 +378,7 @@ }; - LemonRangeWrapper1 edges() { + LemonRangeWrapper1 edges() const { return LemonRangeWrapper1(*this); }