3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-23 17:15:31 +00:00

fixed some warnings reported by clang++

Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
Leonardo de Moura 2012-11-02 17:28:27 -07:00
parent ed52dce9b0
commit c1587dc37d
4 changed files with 9 additions and 1 deletions

View file

@ -22,9 +22,11 @@ Revision History:
#include"rational.h"
#include"theory_diff_logic_def.h"
namespace smt {
template class theory_diff_logic<idl_ext>;
template class theory_diff_logic<sidl_ext>;
template class theory_diff_logic<rdl_ext>;
template class theory_diff_logic<srdl_ext>;
};