mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 09:05:31 +00:00
parent
39333273a5
commit
fed977b492
6 changed files with 20 additions and 10 deletions
|
@ -1403,6 +1403,7 @@ void ast_manager::init() {
|
|||
inc_ref(m_false);
|
||||
}
|
||||
|
||||
|
||||
template<typename T>
|
||||
static void mark_array_ref(ast_mark& mark, unsigned sz, T * const * a) {
|
||||
for(unsigned i = 0; i < sz; i++) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue