From: Chris Lattner Date: Fri, 14 Nov 2003 06:03:05 +0000 (+0000) Subject: This is obviously illegal C++ code, but was apparently accepted by 3.3 X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=60e9742e8270c44f5fd83dd269633681bee42cb5;p=oota-llvm.git This is obviously illegal C++ code, but was apparently accepted by 3.3 bork git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9993 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/Use.h b/include/llvm/Use.h index f94045b39e4..d7c1010fc89 100644 --- a/include/llvm/Use.h +++ b/include/llvm/Use.h @@ -80,13 +80,13 @@ struct ilist_traits { }; -template<> struct std::simplify_type { +template<> struct simplify_type { typedef Value* SimpleType; static SimpleType getSimplifiedValue(const Use &Val) { return (SimpleType)Val.get(); } }; -template<> struct std::simplify_type { +template<> struct simplify_type { typedef Value* SimpleType; static SimpleType getSimplifiedValue(const Use &Val) { return (SimpleType)Val.get();