Commit dc4b0dc
committed
rsz: Use ranges find for latch output pins
Replace the iterator-based std::find call with std::ranges::find in the latch output pin discovery path.
This resolves the clang-tidy modernize-use-ranges warning reported on the PR diff without changing behavior.
Signed-off-by: Jaehyun Kim <jhkim@precisioninno.com>1 parent 9ebc2b6 commit dc4b0dc
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
928 | 928 | | |
929 | 929 | | |
930 | 930 | | |
931 | | - | |
| 931 | + | |
932 | 932 | | |
933 | 933 | | |
934 | 934 | | |
| |||
0 commit comments