diff -r cae19e9eeca4 -r 97f1760dcd13 lemon/concepts/digraph.h --- a/lemon/concepts/digraph.h Tue Aug 06 17:58:59 2013 +0200 +++ b/lemon/concepts/digraph.h Wed Aug 07 07:04:58 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.