Skip to content

v1.18.0

Latest

Choose a tag to compare

@pkumar0508 pkumar0508 released this 10 Aug 17:37
063de7e

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

Notable Changes

  • Set GTEST_INTERNAL_HAS_STRING_VIEW = 1 in googletest as C++17 always supports it
    (4f47274)
  • Many bug fixes