compilation fix

This commit is contained in:
Laurent Perron
2024-11-13 14:47:20 +01:00
parent 7d85f176ee
commit 53b6231321

View File

@@ -83,7 +83,7 @@ void CheckConflict(const RectangleInRange& box_to_propagate,
[&placed_box](const RectangleInRange& minimum_box) {
return placed_box.IsDisjoint(minimum_box.GetMandatoryRegion());
}))
<< "Could place a box at position " << placed_box;
<< "Could place a box at position " << absl::StrCat(placed_box);
}
}
}