mirror of
https://github.com/Z3Prover/z3
synced 2025-05-02 21:37:02 +00:00
Various variable renamings to avoid conflicts with previously defined local variables, function parameters, or members (Visual Studio 2015 warnings).
This commit is contained in:
parent
ba88648468
commit
fec815b41e
11 changed files with 65 additions and 69 deletions
|
@ -34,8 +34,8 @@ struct arith_bounds_tactic : public tactic {
|
|||
bounds_arith_subsumption(in, result);
|
||||
}
|
||||
|
||||
virtual tactic* translate(ast_manager& m) {
|
||||
return alloc(arith_bounds_tactic, m);
|
||||
virtual tactic* translate(ast_manager & mgr) {
|
||||
return alloc(arith_bounds_tactic, mgr);
|
||||
}
|
||||
|
||||
void checkpoint() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue