diff --git a/libcxx/include/memory b/libcxx/include/memory index bb1b415311dc..4201c92dd723 100644 --- a/libcxx/include/memory +++ b/libcxx/include/memory @@ -996,11 +996,11 @@ struct __rebind_pointer { // allocator_traits -namespace __has_pointer_type_imp +struct __has_pointer_type_imp { template static __two __test(...); template static char __test(typename _Up::pointer* = 0); -} +}; template struct __has_pointer_type