You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Antoine Pitrou (Jira)" <ji...@apache.org> on 2022/09/21 10:01:00 UTC

[jira] [Created] (ARROW-17792) [C++] Use lambda capture move construction

Antoine Pitrou created ARROW-17792:
--------------------------------------

             Summary: [C++] Use lambda capture move construction
                 Key: ARROW-17792
                 URL: https://issues.apache.org/jira/browse/ARROW-17792
             Project: Apache Arrow
          Issue Type: Task
          Components: C++
            Reporter: Antoine Pitrou


C++17 allows us to move- construct captured lambda variables, while we had to write functors before.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)