From: John McCall Date: Thu, 26 Aug 2010 10:20:09 +0000 (+0000) Subject: Missed a couple. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f29815affe5d28c499d21c0be9bb078c52025ae6;p=clang Missed a couple. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@112179 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/AST/DeclBase.h b/include/clang/AST/DeclBase.h index e5bdd9ee48..d973a1d108 100644 --- a/include/clang/AST/DeclBase.h +++ b/include/clang/AST/DeclBase.h @@ -650,7 +650,7 @@ public: DeclContextLookupResult() : std::pair() {} - using pair::operator=; + using std::pair::operator=; }; class DeclContextLookupConstResult @@ -663,7 +663,7 @@ public: DeclContextLookupConstResult() : std::pair() {} - using pair::operator=; + using std::pair::operator=; }; /// DeclContext - This is used only as base class of specific decl types that