mirror of
https://github.com/Z3Prover/z3
synced 2025-07-19 10:52:02 +00:00
remove template Context dependency in every trail object
This commit is contained in:
parent
df0a449f70
commit
a152bb1e80
65 changed files with 413 additions and 413 deletions
|
@ -24,7 +24,7 @@ namespace smt {
|
|||
|
||||
void theory_dummy::found_theory_expr() {
|
||||
if (!m_theory_exprs) {
|
||||
get_context().push_trail(value_trail<context, bool>(m_theory_exprs));
|
||||
get_context().push_trail(value_trail<bool>(m_theory_exprs));
|
||||
m_theory_exprs = true;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue