diff -r 115031ac8001 -r 3e711ee55d31 lemon/concepts/digraph.h --- a/lemon/concepts/digraph.h Tue Aug 06 12:04:13 2013 +0200 +++ b/lemon/concepts/digraph.h Wed Aug 07 06:29:34 2013 +0200 @@ -324,7 +324,7 @@ /// This constructor sets the iterator to the first arc of \c g. ///@param g the digraph - ArcIt(const Digraph& g) { ignore_unused_variable_warning(g); } + ArcIt(const Digraph& g) { ::lemon::ignore_unused_variable_warning(g); } /// Arc -> ArcIt conversion /// Sets the iterator to the value of the trivial iterator \c e.