Commit 9bd2351
committed
LevenbergMarquardtTest : Replace
In Boost 1.77, `evaluate_polynomial` stopped supporting `boost::array`, and started supporting `std::array` instead. We'd prefer to use `std::array` too, but to maintain compatibility with both old and new boost, we just use a plain old array instead.boost::array with regular array1 parent e47d360 commit 9bd2351
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
136 | 136 | | |
137 | 137 | | |
138 | 138 | | |
139 | | - | |
| 139 | + | |
140 | 140 | | |
141 | 141 | | |
142 | 142 | | |
| |||
170 | 170 | | |
171 | 171 | | |
172 | 172 | | |
173 | | - | |
| 173 | + | |
174 | 174 | | |
175 | 175 | | |
176 | 176 | | |
| |||
0 commit comments