COIN-OR::LEMON - Graph Library

Changeset 817:3e30caeb9c00 in lemon-0.x


Ignore:
Timestamp:
09/07/04 17:17:15 (20 years ago)
Author:
Balazs Dezso
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1113
Message:

Some warining fix in maps.

Location:
src/hugo
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • src/hugo/array_map_factory.h

    r799 r817  
    227227        }
    228228      }
     229
     230      class iterator;
     231      class const_iterator;
    229232       
    230233      /** Compatible iterator with the stl maps' iterators.
  • src/hugo/vector_map_factory.h

    r804 r817  
    174174      }
    175175
     176      class iterator;
     177      class const_iterator;
     178
    176179      /** Compatible iterator with the stl maps' iterators.
    177180       *  It iterates on pairs of a key and a value.
Note: See TracChangeset for help on using the changeset viewer.