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