build: clear 31 warnings - copy and move declarations (#15507)

This commit is contained in:
Kris Austin
2026-09-03 16:35:10 -05:00
committed by GitHub
parent c57ea0ec67
commit b370d8ef31
9 changed files with 13 additions and 55 deletions

View File

@@ -39,7 +39,6 @@ namespace orientation {
float height_to_bottom_hull_ratio = 0; // affects stability, the lower the better
float unprintability = 0;
Eigen::VectorXf areas_cooling;
CostItems(CostItems const & other) = default;
CostItems() = default;
static std::string field_names() {
return " overhang, bottom, bothull, contour, A_laf, A_prj, unprintability";