mirror of
https://git.mirrors.martin98.com/https://github.com/google/googletest.git
synced 2025-10-10 09:46:30 +08:00

Include type_traits header ElementsAre, UnorderedElementsAre, AllOf, and AnyOf are all defined in terms of std::decay, which is in the type_traits header. PiperOrigin-RevId: 220818637