From c55d97b1f91291b6051da537e7a0344df9e0aad0 Mon Sep 17 00:00:00 2001 From: Joerg Sonnenberger Date: Mon, 25 Nov 2013 22:44:20 +0000 Subject: Don't use T as template argument, it is part of the application namespace. llvm-svn: 195693 --- libcxx/include/ext/__hash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libcxx/include/ext') diff --git a/libcxx/include/ext/__hash b/libcxx/include/ext/__hash index 04975bfd052..c0523cce4a2 100644 --- a/libcxx/include/ext/__hash +++ b/libcxx/include/ext/__hash @@ -19,7 +19,7 @@ namespace __gnu_cxx { using namespace std; -template struct _LIBCPP_TYPE_VIS_ONLY hash : public std::hash +template struct _LIBCPP_TYPE_VIS_ONLY hash : public std::hash<_Tp> { }; template <> struct _LIBCPP_TYPE_VIS_ONLY hash -- cgit v1.2.3