diff --git a/include/type_traits b/include/type_traits index 6b5e03f6d..db8a0434b 100644 --- a/include/type_traits +++ b/include/type_traits @@ -474,7 +474,7 @@ template struct _LIBCPP_TYPE_VIS_ONLY is_function // template struct __libcpp_is_member_function_pointer<_Tp _Up::*> : public is_function<_Tp> {}; // -template +template struct __member_pointer_traits_imp { // forward declaration; specializations later };