Changeset 286:d3c4d99860a9 in lemon-0.x for src/include
- Timestamp:
- 04/03/04 22:33:05 (21 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@402
- Location:
- src/include
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/include/skeletons/maps.h
r284 r286 79 79 /// assigns to them a default value (optional) 80 80 template<typename T1> 81 ReadWritableMap(const ReadWritableMap<K,T1> &map, const T1&v) {}81 ReadWritableMap(const ReadWritableMap<K,T1> &map, const ValueType &v) {} 82 82 83 83 ReadWritableMap() {} … … 120 120 /// assigns to them a default value (optional) 121 121 template<typename T1> 122 DereferableMap(const DereferableMap<K,T1> &map, const T1&v) {}122 DereferableMap(const DereferableMap<K,T1> &map, const ValueType &v) {} 123 123 124 124 DereferableMap() {}
Note: See TracChangeset
for help on using the changeset viewer.