COIN-OR::LEMON - Graph Library

Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/concepts/graph_components.h

    r263 r220  
    10061006      /// Construct a new map for the graph and initalise the values.
    10071007      GraphMap(const Graph&, const Value&) {}
    1008 
    1009     private:
    10101008      /// \brief Copy constructor.
    10111009      ///
     
    10241022      }
    10251023
    1026     public:
    10271024      template<typename _Map>
    10281025      struct Constraints {
     
    10341031          _Map a2(g,t);
    10351032          // Copy constructor.
    1036           // _Map b(c);
    1037 
    1038           // ReadMap<Key, Value> cmap;
    1039           // b = cmap;
    1040 
    1041           ignore_unused_variable_warning(a);
     1033          _Map b(c);
     1034
     1035          ReadMap<Key, Value> cmap;
     1036          b = cmap;
     1037
    10421038          ignore_unused_variable_warning(a2);
    1043           // ignore_unused_variable_warning(b);
     1039          ignore_unused_variable_warning(b);
    10441040        }
    10451041
     
    10871083          : Parent(digraph, value) {}
    10881084
    1089       private:
    10901085        /// \brief Copy constructor.
    10911086        ///
     
    11251120          : Parent(digraph, value) {}
    11261121
    1127       private:
    11281122        /// \brief Copy constructor.
    11291123        ///
     
    12221216          : Parent(graph, value) {}
    12231217
    1224       private:
    12251218        /// \brief Copy constructor.
    12261219        ///
Note: See TracChangeset for help on using the changeset viewer.