Commit 22c8d90
Removing unwanted std::move
The compiler is taking care of assigning by move, since the object
is provided by return value optimization. So we just make the two
assignments here consistent.1 parent 124dece commit 22c8d90
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1158 | 1158 | | |
1159 | 1159 | | |
1160 | 1160 | | |
1161 | | - | |
| 1161 | + | |
1162 | 1162 | | |
1163 | 1163 | | |
1164 | 1164 | | |
| |||
0 commit comments