diff --git a/include/memory b/include/memory index 3a98d1d5..bf44837f 100644 --- a/include/memory +++ b/include/memory @@ -917,13 +917,13 @@ public: namespace __has_pointer_type_imp { - template static __two test(...); - template static char test(typename _Up::pointer* = 0); + template static __two __test(...); + template static char __test(typename _Up::pointer* = 0); } template struct __has_pointer_type - : public integral_constant(0)) == 1> + : public integral_constant(0)) == 1> { };