mirror of
https://github.com/Z3Prover/z3
synced 2025-04-06 17:44:08 +00:00
#4582 again
This commit is contained in:
parent
2133ba06a7
commit
105f97d3ee
|
@ -132,7 +132,7 @@ public:
|
|||
|
||||
rational const & get_infinitesimal() const { return m_zero; }
|
||||
|
||||
rational & operator=(rational&&) noexcept = default;
|
||||
rational & operator=(rational&&) = default;
|
||||
|
||||
rational & operator=(rational const & r) {
|
||||
m().set(m_val, r.m_val);
|
||||
|
|
Loading…
Reference in a new issue