COIN-OR::LEMON - Graph Library

Changeset 263:be8a861d3bb7 in lemon-main for lemon/bits/array_map.h


Ignore:
Timestamp:
09/15/08 22:28:32 (16 years ago)
Author:
Peter Kovacs <kpeter@…>
Branch:
default
Phase:
public
Message:

Make copy constr and op= of the default maps private (ticket #137)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/bits/array_map.h

    r209 r263  
    104104    }
    105105
     106  private:
    106107    /// \brief Constructor to copy a map of the same map type.
    107108    ///
     
    151152    }
    152153
     154  public:
    153155    /// \brief The destructor of the map.
    154156    ///
Note: See TracChangeset for help on using the changeset viewer.