3
0
Fork 0
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:
Murphy Berzish 2017-03-01 22:18:18 -05:00
parent d00723e7ea
commit 9f79015ee6
4 changed files with 7 additions and 5 deletions

View file

@ -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),