mirror of
https://github.com/Z3Prover/z3
synced 2025-08-04 02:10:23 +00:00
parent
da2f5cc362
commit
05da2508bf
4 changed files with 9 additions and 8 deletions
|
@ -107,7 +107,7 @@ public:
|
|||
|
||||
int64_t get_int64() const { return m().get_int64(m_val); }
|
||||
|
||||
bool is_unsigned() const { return is_uint64() && (get_uint64() < (1ull << 32)); }
|
||||
bool is_unsigned() const { return is_uint64() && (get_uint64() < (1ull << 32ull)); }
|
||||
|
||||
unsigned get_unsigned() const {
|
||||
SASSERT(is_unsigned());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue