diff -r a26b90a17c81 -r 8b2d4e5d96e4 lemon/concepts/digraph.h --- a/lemon/concepts/digraph.h Wed Nov 28 11:58:00 2012 +0100 +++ b/lemon/concepts/digraph.h Wed Aug 07 06:55:05 2013 +0200 @@ -312,7 +312,7 @@ /// Sets the iterator to the first arc of the given digraph. /// - explicit ArcIt(const Digraph& g) { ignore_unused_variable_warning(g); } + explicit ArcIt(const Digraph& g) { ::lemon::ignore_unused_variable_warning(g); } /// Sets the iterator to the given arc. /// Sets the iterator to the given arc of the given digraph.