COIN-OR::LEMON - Graph Library

Changeset 982:3e711ee55d31 in lemon-1.2 for lemon/concepts/digraph.h


Ignore:
Timestamp:
08/07/13 06:29:34 (11 years ago)
Author:
Alpar Juttner <alpar@…>
Branch:
default
Children:
983:8b2d4e5d96e4, 986:552e3d1242c6
Phase:
public
Message:

Add explicit namespace to ignore_unused_variable_warning() usages (#294)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/concepts/digraph.h

    r580 r982  
    325325        /// This constructor sets the iterator to the first arc of \c g.
    326326        ///@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); }
    328328        /// Arc -> ArcIt conversion
    329329
Note: See TracChangeset for help on using the changeset viewer.