Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
apacheGH-41024: [C++] IO: fixing compiling in gcc 7.5.0 (apache#41025)
### Rationale for this change Previous pr ( apache#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: apache#41024 Authored-by: mwish <maplewish117@gmail.com> Signed-off-by: Sutou Kouhei <kou@clear-code.com>
- Loading branch information