mirror of
https://github.com/Z3Prover/z3
synced 2025-04-13 20:38:43 +00:00
Fix problem reported by Alex Horn
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
parent
711abc75fb
commit
6dd4cb832b
|
@ -1644,11 +1644,6 @@ namespace z3 {
|
|||
|
||||
};
|
||||
|
||||
template class z3::ast_vector_tpl<z3::ast>;
|
||||
template class z3::ast_vector_tpl<z3::expr>;
|
||||
template class z3::ast_vector_tpl<z3::sort>;
|
||||
template class z3::ast_vector_tpl<z3::func_decl>;
|
||||
|
||||
/*@}*/
|
||||
/*@}*/
|
||||
|
||||
|
|
Loading…
Reference in a new issue