COIN-OR::LEMON - Graph Library

Changeset 783:81bf2d766164 in lemon-0.x for src/hugo/array_map_factory.h


Ignore:
Timestamp:
09/02/04 12:54:26 (20 years ago)
Author:
Balazs Dezso
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1076
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/hugo/array_map_factory.h

    r782 r783  
    2525
    2626      typedef V Value;
     27      typedef V ValueType;
    2728      typedef A Allocator;
    2829
     
    5758
    5859      template <typename CMap> Map(const CMap& copy)
    59         : capacity(0), values(0), MapBase(copy) {
     60        : MapBase(copy), capacity(0), values(0) {
    6061        if (MapBase::getGraph()) {
    6162          allocate_memory();
Note: See TracChangeset for help on using the changeset viewer.