diff --git a/compilerplugins/clang/refcounting.cxx b/compilerplugins/clang/refcounting.cxx index 710880e34f66..c82dfeb8bad9 100644 --- a/compilerplugins/clang/refcounting.cxx +++ b/compilerplugins/clang/refcounting.cxx @@ -138,6 +138,8 @@ static std::vector PROBABLY_GOOD_TEMPLATES = { "sdbtools::OAutoRegistration", "stoc_connector::ReferenceEqual", "stoc_connector::ReferenceHash", + "std::__1::mem_fun_t", + "std::__1::mem_fun1_t", "std::mem_fun_t", "std::mem_fun1_t", "SwIterator",