Skip to content

Commit 6d4dffa

Browse files
Update src/dpl/src/optimization/detailed_global_legacy.cxx
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Signed-off-by: PrecisEDAnon <[email protected]>
1 parent 7537979 commit 6d4dffa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dpl/src/optimization/detailed_global_legacy.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ bool DetailedGlobalSwap::getRange(Node* nd, odb::Rect& nodeBbox)
235235
// Get the median values.
236236
mid = t >> 1;
237237

238-
std::sort(xpts_.begin(), xpts_.end());
238+
std::ranges::sort(xpts_,);
239239
std::sort(ypts_.begin(), ypts_.end());
240240

241241
nodeBbox.set_xlo(xpts_[mid - 1]);

0 commit comments

Comments
 (0)