llvm-project/llvm/utils/unittest/googlemock/include/gmock
Evgeny Mandrikov c94eb0f9ef Fix compilation of Google Test in C++20 mode
Without this patch when using CMAKE_CXX_STANDARD=20
and MSVC 19.30.30705.0 compilation of unit tests
fails with

llvm\utils\unittest\googlemock\include\gmock/gmock-actions.h(828): error C2039: 'result_of': is not a member of 'std'

Patch is taken from Google Test:
61f010d703

Do not use std::result_of as it was removed in C++20.

Differential Revision: https://reviews.llvm.org/D115163
2021-12-06 18:07:25 +01:00
..
internal Bump googletest to 1.10.0 2021-05-14 19:16:31 +02:00
gmock-actions.h Fix compilation of Google Test in C++20 mode 2021-12-06 18:07:25 +01:00
gmock-cardinalities.h Bump googletest to 1.10.0 2021-05-14 19:16:31 +02:00
gmock-function-mocker.h Bump googletest to 1.10.0 2021-05-14 19:16:31 +02:00
gmock-generated-actions.h Fix some deprecated copy ops in google mock 2021-05-16 15:59:06 -07:00
gmock-generated-function-mockers.h Bump googletest to 1.10.0 2021-05-14 19:16:31 +02:00
gmock-generated-matchers.h Bump googletest to 1.10.0 2021-05-14 19:16:31 +02:00
gmock-matchers.h Bump googletest to 1.10.0 2021-05-14 19:16:31 +02:00
gmock-more-actions.h Bump googletest to 1.10.0 2021-05-14 19:16:31 +02:00
gmock-more-matchers.h Bump googletest to 1.8.1 2021-05-14 17:20:06 +02:00
gmock-nice-strict.h Bump googletest to 1.10.0 2021-05-14 19:16:31 +02:00
gmock-spec-builders.h Fix some deprecated copy ops in google mock 2021-05-16 15:59:06 -07:00
gmock.h Bump googletest to 1.10.0 2021-05-14 19:16:31 +02:00