Fix evil bug, and instrument/assert on some other stuff, and a bit of cleanup.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user