3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-06-22 16:40:29 +00:00

Some signatures changed after merging in master

This commit is contained in:
CEisenhofer 2026-06-03 17:39:09 +02:00
parent 043c6c0ad1
commit 9de196b3cb
3 changed files with 4 additions and 4 deletions

View file

@ -577,7 +577,7 @@ namespace smt {
m_axioms.str_to_code_axiom(n);
}
void theory_nseq::relevant_eh(app* n) {
void theory_nseq::relevant_eh(expr * n) {
if (m_seq.str.is_length(n) ||
m_seq.str.is_index(n) ||
m_seq.str.is_last_index(n) ||