Changeset be5f0a5 for libcfa/src/bits
- Timestamp:
- Oct 28, 2022, 5:22:32 PM (2 years ago)
- Branches:
- ADT, ast-experimental, master
- Children:
- 15c93d8
- Parents:
- 13edbac
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified libcfa/src/bits/containers.hfa ¶
r13edbac 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.