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

Add skeleton for the realclosure package

Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
Leonardo de Moura 2013-01-02 16:39:08 -08:00
parent a51c6d125d
commit edf62481e9
5 changed files with 856 additions and 3 deletions

View file

@ -122,7 +122,7 @@ public:
if (m_data) {
if (CallDestructors)
destroy_elements();
a.deallocate(size(), raw_ptr);
a.deallocate(size(), raw_ptr());
m_data = 0;
}
}