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
..
gmock_main.cc Merge pull request #4302 from ciband:feat/nrf52 2023-07-18 08:16:57 -07:00
gmock-all.cc Comments changes, no functionality changes 2018-08-14 14:04:07 -04:00
gmock-cardinalities.cc Remove the legacy internal GTEST_DISALLOW_* macros 2022-04-22 11:26:03 -07:00
gmock-internal-utils.cc [gtest] Use std::index_sequence and friends instead of rolling our own 2024-04-04 12:38:42 -07:00
gmock-matchers.cc changed http to https 2023-08-22 20:58:34 +03:00
gmock-spec-builders.cc Use _Exit instead of _exit in GoogleTest 2024-02-07 09:01:25 -08:00
gmock.cc Add missing std includes 2023-04-20 14:29:09 -07:00