Commit 110efed
authored
### Rationale for this change
Previous pr ( #39807 ) remove std::move when returning value, however, it's not allowed in some old compilers
### What changes are included in this PR?
add std::move for return, and add reason for that
### Are these changes tested?
Should test by other ci
### Are there any user-facing changes?
no
* GitHub Issue: #41024
Authored-by: mwish <maplewish117@gmail.com>
Signed-off-by: Sutou Kouhei <kou@clear-code.com>
1 parent 074d45f commit 110efed
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
405 | 405 | | |
406 | 406 | | |
407 | 407 | | |
408 | | - | |
| 408 | + | |
| 409 | + | |
| 410 | + | |
409 | 411 | | |
410 | 412 | | |
411 | 413 | | |
| |||
0 commit comments