mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 09:05:31 +00:00
patches to theory_str for theory_seq compat
This commit is contained in:
parent
d00723e7ea
commit
9f79015ee6
4 changed files with 7 additions and 5 deletions
|
@ -336,7 +336,7 @@ bool operator<(const zstring& lhs, const zstring& rhs) {
|
|||
|
||||
|
||||
seq_decl_plugin::seq_decl_plugin(): m_init(false),
|
||||
m_stringc_sym("StringSequence"),
|
||||
m_stringc_sym("String"),
|
||||
m_charc_sym("Char"),
|
||||
m_string(0),
|
||||
m_char(0),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue