3
0
Fork 0
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:
Nuno Lopes 2023-12-20 19:10:05 +00:00
parent 6246c6517d
commit c4fa719751
3 changed files with 7 additions and 8 deletions

View file

@ -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); }