Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add explicit move constructor to deal with unit test regression test-…
…z3 algebraic on Windows/debug - it uses copy constructor instead of move when returning a scoped_anum in functions such as power and root. This leads to freeing memory that gets passed as return value. The copy constructor for scoped_numeral is also suspicious because it doesn't ensure memory ownership.
- Loading branch information