Fix evil bug, and instrument/assert on some other stuff, and a bit of cleanup.
This commit is contained in:
parent
7382c328da
commit
1b4cc4af5c
5 changed files with 46 additions and 35 deletions
|
@ -322,7 +322,6 @@ public:
|
|||
b->next = _t[bidx];
|
||||
_t[bidx] = b;
|
||||
++_s;
|
||||
|
||||
return b->v;
|
||||
}
|
||||
|
||||
|
@ -351,7 +350,6 @@ public:
|
|||
b->next = _t[bidx];
|
||||
_t[bidx] = b;
|
||||
++_s;
|
||||
|
||||
return b->v;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue