mirror of
https://github.com/Z3Prover/z3
synced 2025-04-28 03:15:50 +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() {
|
||||
|
|
|
@ -709,8 +709,6 @@ public:
|
|||
tactic_ref_vector ts2;
|
||||
goal_ref_vector g_copies;
|
||||
|
||||
ast_manager & m = in->m();
|
||||
|
||||
for (unsigned i = 0; i < r1_size; i++) {
|
||||
ast_manager * new_m = alloc(ast_manager, m, !m.proof_mode());
|
||||
managers.push_back(new_m);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue