Skip to content

Commit 0a2d6d9

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 bd58996 commit 0a2d6d9

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
@@ -376,7 +376,7 @@ void DetailedGlobalSwap::init(DetailedMgr* mgr)
376376

377377
traversal_ = 0;
378378
edgeMask_.resize(network_->getNumEdges());
379-
std::fill(edgeMask_.begin(), edgeMask_.end(), 0);
379+
std::ranges::fill(edgeMask_,, 0);
380380
}
381381

382382
////////////////////////////////////////////////////////////////////////////////

0 commit comments

Comments
 (0)