3
0
Fork 0
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:
Nikolaj Bjorner 2014-04-23 14:05:59 +02:00
parent 27fa7077a6
commit 55863b4bb5
4 changed files with 28 additions and 16 deletions

View file

@ -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;