lemon/concepts/digraph.h
changeset 1257 3e711ee55d31
parent 627 2313edd0db0b
child 1258 bdfc038f364c
child 1259 8b2d4e5d96e4
     1.1 --- a/lemon/concepts/digraph.h	Tue Aug 06 12:04:13 2013 +0200
     1.2 +++ b/lemon/concepts/digraph.h	Wed Aug 07 06:29:34 2013 +0200
     1.3 @@ -324,7 +324,7 @@
     1.4  
     1.5          /// This constructor sets the iterator to the first arc of \c g.
     1.6          ///@param g the digraph
     1.7 -        ArcIt(const Digraph& g) { ignore_unused_variable_warning(g); }
     1.8 +        ArcIt(const Digraph& g) { ::lemon::ignore_unused_variable_warning(g); }
     1.9          /// Arc -> ArcIt conversion
    1.10  
    1.11          /// Sets the iterator to the value of the trivial iterator \c e.