Changeset 184:716b220697a0 in lemon for lemon/bits/traits.h
- Timestamp:
- 03/27/08 16:27:23 (17 years ago)
- Branch:
- default
- Phase:
- public
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lemon/bits/traits.h
r139 r184 151 151 typedef typename Map::Value Value; 152 152 153 typedef constValue ConstReturnValue;154 typedef constValue ReturnValue;153 typedef Value ConstReturnValue; 154 typedef Value ReturnValue; 155 155 }; 156 156 … … 179 179 typedef typename MatrixMap::Value Value; 180 180 181 typedef constValue ConstReturnValue;182 typedef constValue ReturnValue;181 typedef Value ConstReturnValue; 182 typedef Value ReturnValue; 183 183 }; 184 184
Note: See TracChangeset
for help on using the changeset viewer.