• Abseil Team's avatar
    Googletest export · ed78e54f
    Abseil Team authored
    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
    ed78e54f
gmock-internal-utils.h 19.4 KB