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 2021/09/13 16:38:00 UTC

[jira] [Updated] (ARROW-13978) [C++] Bump gtest to 1.11 to unbreak builds with recent clang

     [ https://issues.apache.org/jira/browse/ARROW-13978?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Antoine Pitrou updated ARROW-13978:
-----------------------------------
    Summary: [C++] Bump gtest to 1.11 to unbreak builds with recent clang  (was: Bump gtest to 1.11 to unbreak builds with recent clang)

> [C++] 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
>            Assignee: Antoine Pitrou
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 6.0.0
>
>          Time Spent: 2h 40m
>  Remaining Estimate: 0h
>
> 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)