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:25:00 UTC

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

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)