mirror of
https://github.com/ceres-solver/ceres-solver.git
synced 2026-08-29 16:40:38 +08:00
Deprecate macros.h and fpclassify.h
1. Replace CERES_DISALLOW_* with explicitly deleted constructors. 2. Replace use of CERES_ARRAY_SIZE and stack allocated arrays with std::vector. 3. Move CERES_ALIGN_* macros into manual_constructor.h, which is the one place they are used and will be deprecated along with that file. 4. Introduce isnan,isnormal,isinf and isfinite for Jets. 5. Replace IsNormal,IsFinite,IsNaN and IsInfinite with corresponding c++11 function calls. Change-Id: I04f33a221aae77d247602150988b6d4aa4efeeab
This commit is contained in:
@@ -37,7 +37,6 @@
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
#include "ceres/internal/macros.h"
|
||||
#include "ceres/array_utils.h"
|
||||
#include "ceres/numeric_diff_test_utils.h"
|
||||
#include "ceres/test_util.h"
|
||||
|
||||
Reference in New Issue
Block a user