You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2022/01/18 15:46:00 UTC

[jira] [Updated] (ARROW-15358) [C++] Compilation error

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

ASF GitHub Bot updated ARROW-15358:
-----------------------------------
    Labels: pull-request-available  (was: )

> [C++] Compilation error
> -----------------------
>
>                 Key: ARROW-15358
>                 URL: https://issues.apache.org/jira/browse/ARROW-15358
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: C++
>            Reporter: Antoine Pitrou
>            Assignee: Antoine Pitrou
>            Priority: Blocker
>              Labels: pull-request-available
>             Fix For: 7.0.0
>
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> I get the following error:
> {code}
> In file included from /home/antoine/arrow/dev/cpp/src/arrow/status_test.cc:25:
> /home/antoine/arrow/dev/cpp/src/arrow/testing/matchers.h:33:8: error: expected constructor, destructor, or type conversion before '(' token
>    33 | MATCHER(PointeesEquals, "") { return std::get<0>(arg)->Equals(*std::get<1>(arg)); }
>       |        ^
> {code}



--
This message was sent by Atlassian Jira
(v8.20.1#820001)