Skip to content

Commit bd58996

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 6956cc5 commit bd58996

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
@@ -132,7 +132,7 @@ void DetailedGlobalSwap::globalSwap()
132132

133133
traversal_ = 0;
134134
edgeMask_.resize(network_->getNumEdges());
135-
std::fill(edgeMask_.begin(), edgeMask_.end(), 0);
135+
std::ranges::fill(edgeMask_,, 0);
136136

137137
mgr_->resortSegments();
138138

0 commit comments

Comments
 (0)