3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-25 10:05:32 +00:00

rename fields to compile on c++ platforms

This commit is contained in:
Nikolaj Bjorner 2025-04-23 17:06:15 -07:00
parent e41acd7b50
commit 12ccf59ab9

View file

@ -74,10 +74,10 @@ class lar_solver : public column_namer {
};
struct column_update {
bool is_upper;
unsigned j;
impq bound;
column column;
bool m_is_upper;
unsigned m_j;
impq m_bound;
column m_column;
};
struct column_update_trail;