Changeset 627:2313edd0db0b in lemon for lemon/bits/map_extender.h
- Timestamp:
- 04/14/09 10:34:12 (16 years ago)
- Branch:
- default
- Phase:
- public
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lemon/bits/map_extender.h
r463 r627 48 48 typedef typename Parent::Key Key; 49 49 typedef typename Parent::Value Value; 50 typedef typename Parent::Reference Reference; 51 typedef typename Parent::ConstReference ConstReference; 50 52 51 53 class MapIt; … … 188 190 typedef typename Parent::Key Key; 189 191 typedef typename Parent::Value Value; 192 typedef typename Parent::Reference Reference; 193 typedef typename Parent::ConstReference ConstReference; 190 194 191 195 class MapIt;
Note: See TracChangeset
for help on using the changeset viewer.