mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 17:15:31 +00:00
fixing build, wip on model reconstruction integration into dependent-expr-state
This commit is contained in:
parent
7bb962d934
commit
154b09309b
10 changed files with 74 additions and 65 deletions
|
@ -367,7 +367,6 @@ bool any_of(S& set, T& p) {
|
|||
return true;
|
||||
return false;
|
||||
}
|
||||
// #define any_of(S, p) { for (auto const& s : S) if (p(s)) return true; return false; }
|
||||
|
||||
/**
|
||||
\brief Iterator for the [0..sz[0]) X [0..sz[1]) X ... X [0..sz[n-1]).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue