Changes in libcfa/src/bits/containers.hfa [92e7631:dac55004]
- File:
-
- 1 edited
-
libcfa/src/bits/containers.hfa (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/bits/containers.hfa
r92e7631 rdac55004 274 274 return this.head != 0; 275 275 } 276 277 void move_to_front( __dllist(T) & src, __dllist(T) & dst, T & node ) {278 remove (src, node);279 push_front(dst, node);280 }281 276 } 282 277 #undef next
Note:
See TracChangeset
for help on using the changeset viewer.