Commit 89a8dc8
Remove redundant std::move on const reference
Eliminate unnecessary use of std::move when passing a value to a
function that accepts a const reference. std::move has no effect in
this context and may mislead readers about the intent.1 parent 7cdffa9 commit 89a8dc8
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
138 | 138 | | |
139 | 139 | | |
140 | 140 | | |
141 | | - | |
| 141 | + | |
142 | 142 | | |
143 | 143 | | |
144 | 144 | | |
| |||
0 commit comments