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/experimental/dynarray | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/experimental/dynarray') diff --git a/include/experimental/dynarray b/include/experimental/dynarray index 8ef45713ae4d..d94b29b92ff3 100644 --- a/include/experimental/dynarray +++ b/include/experimental/dynarray @@ -113,7 +113,7 @@ public: namespace std { namespace experimental { inline namespace __array_extensions_v1 { template -struct _LIBCPP_TYPE_VIS_ONLY dynarray +struct _LIBCPP_TEMPLATE_VIS dynarray { public: // types: @@ -295,7 +295,7 @@ dynarray<_Tp>::at(size_type __n) const _LIBCPP_BEGIN_NAMESPACE_STD template -struct _LIBCPP_TYPE_VIS_ONLY uses_allocator, _Alloc> : true_type {}; +struct _LIBCPP_TEMPLATE_VIS uses_allocator, _Alloc> : true_type {}; _LIBCPP_END_NAMESPACE_STD #endif // if _LIBCPP_STD_VER > 11 -- cgit v1.3