Antoine Pitrou created ARROW-15358:
--------------------------------------
Summary: [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
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)