From 4a2db4d30e1653093d4d8b06e8221e2f8b723507 Mon Sep 17 00:00:00 2001 From: Dimitry Andric Date: Fri, 6 Jan 2017 20:13:54 +0000 Subject: Vendor import of libc++ trunk r291274: https://llvm.org/svn/llvm-project/libcxx/trunk@291274 --- include/array | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include/array') diff --git a/include/array b/include/array index 7e205cbf8e48..eee9405dbeff 100644 --- a/include/array +++ b/include/array @@ -116,7 +116,7 @@ template const T&& get(const array&&) noexce _LIBCPP_BEGIN_NAMESPACE_STD template -struct _LIBCPP_TYPE_VIS_ONLY array +struct _LIBCPP_TEMPLATE_VIS array { // types: typedef array __self; @@ -284,11 +284,11 @@ swap(array<_Tp, _Size>& __x, array<_Tp, _Size>& __y) } template -class _LIBCPP_TYPE_VIS_ONLY tuple_size > +class _LIBCPP_TEMPLATE_VIS tuple_size > : public integral_constant {}; template -class _LIBCPP_TYPE_VIS_ONLY tuple_element<_Ip, array<_Tp, _Size> > +class _LIBCPP_TEMPLATE_VIS tuple_element<_Ip, array<_Tp, _Size> > { public: typedef _Tp type; -- cgit v1.3