mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 09:35:32 +00:00
fix build problems, fix scoping
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
27fa7077a6
commit
55863b4bb5
4 changed files with 28 additions and 16 deletions
|
@ -137,9 +137,10 @@ namespace pb {
|
|||
return BR_FAILED;
|
||||
}
|
||||
|
||||
template class rewriter_tpl<card2bv_rewriter_cfg>;
|
||||
};
|
||||
|
||||
template class rewriter_tpl<pb::card2bv_rewriter_cfg>;
|
||||
|
||||
class card2bv_tactic : public tactic {
|
||||
ast_manager & m;
|
||||
params_ref m_params;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue