Changes in libcfa/src/bits/containers.hfa [d0502a3:be5f0a5]
- File:
-
- 1 edited
-
libcfa/src/bits/containers.hfa (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/bits/containers.hfa
rd0502a3 rbe5f0a5 152 152 153 153 void append( __queue(T) & this, T * val ) with(this) { 154 verify(get_next( *val ) == 0p); 154 155 verify(this.tail != 0p); 155 156 verify(*this.tail == 1p);
Note:
See TracChangeset
for help on using the changeset viewer.