mirror of
https://github.com/Z3Prover/z3
synced 2025-05-06 15:25:46 +00:00
fix build of unit tests
This commit is contained in:
parent
468e0207f7
commit
912a729097
6 changed files with 43 additions and 65 deletions
|
@ -63,10 +63,4 @@ public:
|
|||
numeral_manager & m() const { return const_cast<numeral_manager&>(m_manager); }
|
||||
};
|
||||
|
||||
template<typename fmanager>
|
||||
inline void del_f_interval(im_float_config<fmanager> & cfg, typename im_float_config<fmanager>::interval & a) {
|
||||
cfg.m().del(a.m_lower);
|
||||
cfg.m().del(a.m_upper);
|
||||
}
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue