Marco Falke created ARROW-13978:
-----------------------------------

             Summary: Bump gtest to 1.11 to unbreak builds with recent clang
                 Key: ARROW-13978
                 URL: https://issues.apache.org/jira/browse/ARROW-13978
             Project: Apache Arrow
          Issue Type: Test
          Components: C++
            Reporter: Marco Falke


Recent clang (like clang-14) fails to build the bundled google test. Excerpt:

/arrow/build_01/googletest_ep-prefix/src/googletest_ep/googlemock/include/gmock/gmock-matchers.h:1506:3:
 error: definition of implicit copy constructor for 'FloatingEqMatcher<float>' 
is deprecated because it has a user-declared copy assignment operator 
[-Werror,-Wdeprecated-copy]
 GTEST_DISALLOW_ASSIGN_(FloatingEqMatcher);
 ^


This was fixed in 
https://github.com/google/googletest/commit/1b066f4edfd5f84beed1bb164bd3816a6d7158fe,
 which is included in 1.11

Thus, bump the bundled version to 1.11



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to