mirror of
https://github.com/Z3Prover/z3
synced 2025-04-25 10:05:32 +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
|
@ -74,7 +74,7 @@ namespace euf {
|
|||
|
||||
class egraph {
|
||||
|
||||
typedef ptr_vector<trail<egraph> > trail_stack;
|
||||
typedef ptr_vector<trail> trail_stack;
|
||||
|
||||
struct to_merge {
|
||||
enode* a, * b;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue