mirror of
https://github.com/Z3Prover/z3
synced 2026-07-05 06:46:11 +00:00
fix tpl instantiation issue for mingw (#6597)
This commit is contained in:
parent
bd10ddf6ae
commit
828ff98c77
2 changed files with 1 additions and 5 deletions
|
|
@ -640,10 +640,6 @@ rewriter_tpl<Config>::rewriter_tpl(ast_manager & m, bool proof_gen, Config & cfg
|
|||
m_pr2(m) {
|
||||
}
|
||||
|
||||
template<typename Config>
|
||||
rewriter_tpl<Config>::~rewriter_tpl() {
|
||||
}
|
||||
|
||||
template<typename Config>
|
||||
void rewriter_tpl<Config>::reset() {
|
||||
m_cfg.reset();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue