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:
parent
ed52dce9b0
commit
c1587dc37d
4 changed files with 9 additions and 1 deletions
|
@ -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>;
|
||||
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue