mirror of
https://github.com/ceres-solver/ceres-solver.git
synced 2026-08-29 08:34:37 +08:00
75e575cae0
- As Problem contains a unique_ptr<ProblemImpl> and as defaulted methods are declared inline where ProblemImpl's implementation is not available use of '= default' will generate compile errors on strict compilers. - This CL moves the definition of defaulted methods to the implementation. Change-Id: I7d79757cf684378fadef8e6f4000c84387018cdb