mirror of https://github.com/CGAL/cgal
Use std::move()
This commit is contained in:
parent
b9b1be1503
commit
47bfc83cba
|
|
@ -169,7 +169,7 @@ public:
|
|||
}
|
||||
// std::cout << "m = " << m << " * 2^" << exp << std::endl;
|
||||
// fmt(m);
|
||||
man = Mantissa(m);
|
||||
man = std::move(m);
|
||||
}
|
||||
|
||||
friend std::ostream& operator<<(std::ostream& os, const cpp_float& m)
|
||||
|
|
|
|||
Loading…
Reference in New Issue