From b9d0fe1cec0af280b0fbb80ee98769b18bb255e9 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Tue, 4 Aug 2015 09:39:36 +0200 Subject: [PATCH] Workaround for libc++ Change-Id: Iee5243231d695299609ca31741f6da2d517f524f --- compilerplugins/clang/refcounting.cxx | 2 ++ 1 file changed, 2 insertions(+) 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",