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/01/18 14:26:00 UTC

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

    [ https://issues.apache.org/jira/browse/ARROW-15358?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17477919#comment-17477919 ] 

Antoine Pitrou commented on ARROW-15358:
----------------------------------------

cc [~lidavidm]

> [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
>            Priority: Blocker
>             Fix For: 7.0.0
>
>
> 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)