lemon/concepts/digraph.h
branch1.1
changeset 808 bdfc038f364c
parent 761 f1398882a928
parent 807 3e711ee55d31
equal deleted inserted replaced
10:8b0aa4095423 12:9917b4b22632
   322         ArcIt(Invalid) { }
   322         ArcIt(Invalid) { }
   323         /// This constructor sets the iterator to the first arc.
   323         /// This constructor sets the iterator to the first arc.
   324 
   324 
   325         /// This constructor sets the iterator to the first arc of \c g.
   325         /// This constructor sets the iterator to the first arc of \c g.
   326         ///@param g the digraph
   326         ///@param g the digraph
   327         ArcIt(const Digraph& g) { ignore_unused_variable_warning(g); }
   327         ArcIt(const Digraph& g) { ::lemon::ignore_unused_variable_warning(g); }
   328         /// Arc -> ArcIt conversion
   328         /// Arc -> ArcIt conversion
   329 
   329 
   330         /// Sets the iterator to the value of the trivial iterator \c e.
   330         /// Sets the iterator to the value of the trivial iterator \c e.
   331         /// This feature necessitates that each time we
   331         /// This feature necessitates that each time we
   332         /// iterate the arc-set, the iteration order is the same.
   332         /// iterate the arc-set, the iteration order is the same.