[
https://issues.apache.org/jira/browse/ARROW-15358?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17477932#comment-17477932
]
Antoine Pitrou commented on ARROW-15358:
----------------------------------------
Hmm, I don't know if you're on, but I have a fix here.
> [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
> 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)