mirror of
https://github.com/ceres-solver/ceres-solver.git
synced 2026-08-30 00:50:37 +08:00
282b8b5f35
- Removes CXX11 option, and all associate paraphernalia. Ceres now requires a compiler with full >= C++11 support. In MSVC terms this means >= 2013 Release 4. - This deprecates the use of CERES_STD_UNORDERED_MAP and CERES_USE_CXX11 as they will now always be defined. They will be removed from the source in a future CL. - For clients with CMake >= 3.8 we propagate via the exported/installed Ceres target the CXX version that was specified when Ceres was built. For versions < 3.8 (but >= 3.5) we specify the CXX features currently used in the Ceres public API. Change-Id: I535b545b10156e4426659c270a4a0649e071df0e