mirror of
https://github.com/Z3Prover/z3
synced 2025-08-26 21:16:02 +00:00
revert last two commits; MSVC doesn't like to statically allocate flexible arrays
This commit is contained in:
parent
6246c6517d
commit
c4fa719751
3 changed files with 7 additions and 8 deletions
|
@ -456,7 +456,7 @@ namespace smt {
|
|||
void unmark_enodes2(unsigned num_enodes, enode * const * enodes);
|
||||
|
||||
class tmp_enode {
|
||||
app m_app;
|
||||
tmp_app m_app;
|
||||
unsigned m_capacity;
|
||||
char * m_enode_data;
|
||||
enode * get_enode() { return reinterpret_cast<enode*>(m_enode_data); }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue