-
Notifications
You must be signed in to change notification settings - Fork 4k
Closed
Labels
Component: C++Priority: BlockerMarks a blocker for the releaseMarks a blocker for the releaseType: bug
Milestone
Description
I get the following error:
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)); }
| ^Reporter: Antoine Pitrou / @pitrou
Assignee: Antoine Pitrou / @pitrou
Related issues:
- [C++] Add basic support for nested field refs in scanning (is caused by)
PRs and other links:
Note: This issue was originally created as ARROW-15358. Please see the migration documentation for further details.
Metadata
Metadata
Assignees
Labels
Component: C++Priority: BlockerMarks a blocker for the releaseMarks a blocker for the releaseType: bug