Skip to content

Commit

Permalink
#4582 again
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolajBjorner committed Jul 25, 2020
1 parent 2133ba0 commit 105f97d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/util/rational.h
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ class rational {

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);
Expand Down

0 comments on commit 105f97d

Please sign in to comment.