Release Notes
GoogleTest will not accept patches of new features to the v1.18.x branch.
We recommend building GoogleTest from the latest commit instead.
Exceptional critical bug fixes may be considered.
C++ Language Support
- GoogleTest now requires at least C++17 and follows Google's Foundational C++ Support Policy. See this table for a list of currently supported versions compilers, platforms, and build tools.
Notable Changes
- Set GTEST_INTERNAL_HAS_STRING_VIEW = 1 in googletest as C++17 always supports it
(4f47274) - Many bug fixes