Changeset 34:b88dd07e6349 in lemon-main
- Timestamp:
- 01/04/08 23:20:08 (17 years ago)
- Branch:
- default
- Phase:
- public
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lemon/maps.h
r33 r34 1309 1309 class BackInserterBoolMap { 1310 1310 public: 1311 typedef typename Container::value_type Key;1311 typedef typename Functor::argument_type Key; 1312 1312 typedef bool Value; 1313 1313 … … 1344 1344 class FrontInserterBoolMap { 1345 1345 public: 1346 typedef typename Container::value_type Key;1346 typedef typename Functor::argument_type Key; 1347 1347 typedef bool Value; 1348 1348
Note: See TracChangeset
for help on using the changeset viewer.