mirror of
https://github.com/ceres-solver/ceres-solver.git
synced 2026-08-29 16:40:38 +08:00
8def196166
The move constructor and move =operator are not required. They make the code more complex and prone to bugs. The few saved assignments are all trivial and are optimized away by the compiler or our optimizer. In fact, there is a bug in the current move-constructor implementation that occurs, for example, when moving Eigen matrices around. Change-Id: I013796495bb39f3f27677111bd0aaf49e2454e20