Changeset 33608cb for libcfa/src/algorithms
- Timestamp:
- Dec 10, 2021, 2:41:52 PM (4 years ago)
- Branches:
- ADT, ast-experimental, enum, forall-pointer-decay, master, pthread-emulation, qualifiedEnum
- Children:
- 7a6ae53
- Parents:
- a499702
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/algorithms/range_iterator.hfa
ra499702 r33608cb 21 21 }; 22 22 23 void ?{}(RangeIter & this, const char * text) {23 static inline void ?{}(RangeIter & this, const char * text) { 24 24 this.text = text; 25 25 }
Note:
See TracChangeset
for help on using the changeset viewer.