mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 17:15:31 +00:00
fix compilation errors
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
5f245de36d
commit
ede9549818
9 changed files with 16 additions and 6 deletions
|
@ -47,7 +47,7 @@ public:
|
|||
}
|
||||
|
||||
void pop_back() {
|
||||
shrink(size()-1);
|
||||
shrink(this->size()-1);
|
||||
}
|
||||
|
||||
void shrink(unsigned sz) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue