Changeset 529:e63a1dda5c68 in lemon-0.x for src/include
- Timestamp:
- 05/04/04 18:17:17 (21 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@695
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/include/maps.h
r391 r529 27 27 T operator[](const K&) const { return T(); } 28 28 void set(const K&, const T&) {} 29 ///\bug when update is removed from map concepts by being dynamic 30 ///stuffs, this line have to be removed. 31 void update() { } 29 32 }; 30 33
Note: See TracChangeset
for help on using the changeset viewer.