Changeset 8ee211d for libcfa/src/collections/list.hfa
- Timestamp:
- Dec 12, 2024, 4:45:14 PM (6 days ago)
- Branches:
- master
- Children:
- ad8b6df
- Parents:
- 35cc6d4
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/collections/list.hfa
r35cc6d4 r8ee211d 317 317 return true; 318 318 } 319 static bool validate( dlist(tE, tLinks) & this ) {319 static inline bool validate( dlist(tE, tLinks) & this ) { 320 320 return $validate_fwd(this) && $validate_rev(this); 321 321 }
Note: See TracChangeset
for help on using the changeset viewer.