mirror of
https://github.com/google/googletest.git
synced 2024-12-28 19:15:24 +08:00
ed78e54f38
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