diff --git a/googletest/include/gtest/internal/gtest-internal.h b/googletest/include/gtest/internal/gtest-internal.h index 08a9f9b35..738e6c3ac 100644 --- a/googletest/include/gtest/internal/gtest-internal.h +++ b/googletest/include/gtest/internal/gtest-internal.h @@ -1325,8 +1325,8 @@ constexpr bool InstantiateTypedTestCase_P_IsDeprecated() { return true; } namespace std { template -struct tuple_size> - : std::integral_constant {}; +class tuple_size> + : public std::integral_constant {}; } // namespace std