lemon/concepts/digraph.h
changeset 1086 97f1760dcd13
parent 1049 7bf489cf624e
parent 1084 8b2d4e5d96e4
child 1092 dceba191c00d
     1.1 --- a/lemon/concepts/digraph.h	Tue Aug 06 17:58:59 2013 +0200
     1.2 +++ b/lemon/concepts/digraph.h	Wed Aug 07 07:04:58 2013 +0200
     1.3 @@ -312,7 +312,7 @@
     1.4  
     1.5          /// Sets the iterator to the first arc of the given digraph.
     1.6          ///
     1.7 -        explicit ArcIt(const Digraph& g) { ignore_unused_variable_warning(g); }
     1.8 +        explicit ArcIt(const Digraph& g) { ::lemon::ignore_unused_variable_warning(g); }
     1.9          /// Sets the iterator to the given arc.
    1.10  
    1.11          /// Sets the iterator to the given arc of the given digraph.