We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 953f4d7 commit b143da1Copy full SHA for b143da1
src/pdn/src/straps.cpp
@@ -1430,7 +1430,7 @@ bool PadDirectConnectionStraps::refineShapes(
1430
}
1431
1432
for (auto* refine_shape : refine) {
1433
- std::unique_ptr<Shape> shape(refine_shape->copy());
+ std::unique_ptr<Shape> shape = refine_shape->copy();
1434
removeShape(refine_shape);
1435
1436
// remove shape from all_shapes and all_obstructions
0 commit comments