mirror of
https://github.com/google/googletest.git
synced 2025-11-30 08:07:27 -05:00
Fix the O(n^2) number of instantiations in ElemFromList. It is now O(n). It still has O(1) instantiation depth. PiperOrigin-RevId: 273980821