googletest/googlemock/include/gmock
Lawrence Wolf-Sonkin 0af976647f [gtest] Use std::index_sequence and friends instead of rolling our own
* Applies for `std::index_sequence`, `std::make_index_sequence`, and `std::index_sequence_for` replacing `IndexSequence`, `MakeIndexSequence` and IndexSequenceFor`
* Also deleted implementation helper `DoubleSequence`
* The standard interfaces [have been in the standard library since C++14](https://en.cppreference.com/w/cpp/utility/integer_sequence), which [is the minimum supported C++ version by Google Test](https://github.com/google/oss-policies-info/blob/main/foundational-cxx-support-matrix.md)

PiperOrigin-RevId: 621939977
Change-Id: Id264266f08da66c0fa2a6e6fbb8f86fd3cb3a421
2024-04-04 12:38:42 -07:00
..
internal [gtest] Use std::index_sequence and friends instead of rolling our own 2024-04-04 12:38:42 -07:00
gmock-actions.h [gtest] Use std::index_sequence and friends instead of rolling our own 2024-04-04 12:38:42 -07:00
gmock-cardinalities.h Use '=default' to define trivial constructor/destructors 2023-04-21 10:41:25 -07:00
gmock-function-mocker.h Merge pull request #4374 from masbug:main 2023-09-25 14:00:54 -07:00
gmock-matchers.h [gtest] Use std::index_sequence and friends instead of rolling our own 2024-04-04 12:38:42 -07:00
gmock-more-actions.h Accept one-shot callables in InvokeArgument. 2024-02-29 07:42:26 -08:00
gmock-more-matchers.h Use GTEST_DISABLE_MSC_WARNINGS macros to disable warnings 2023-01-30 13:45:46 -08:00
gmock-nice-strict.h Use "#ifdef GTEST_OS_..." instead of "#if GTEST_OS_..." 2023-03-06 07:14:21 -08:00
gmock-spec-builders.h Use '=default' to define trivial constructor/destructors 2023-04-21 10:41:25 -07:00
gmock.h Export gmock-spec-builders. 2023-10-26 13:15:23 -07:00