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

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

     [ https://issues.apache.org/jira/browse/ARROW-17792?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Antoine Pitrou resolved ARROW-17792.
------------------------------------
    Resolution: Fixed

Issue resolved by pull request 14188
[https://github.com/apache/arrow/pull/14188]

> [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
>            Assignee: Antoine Pitrou
>            Priority: Minor
>              Labels: pull-request-available
>             Fix For: 10.0.0
>
>          Time Spent: 40m
>  Remaining Estimate: 0h
>
> 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)