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/vector | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'include/vector') diff --git a/include/vector b/include/vector index 0e014d4bed13..4dd0e527ff57 100644 --- a/include/vector +++ b/include/vector @@ -447,7 +447,7 @@ __vector_base<_Tp, _Allocator>::~__vector_base() } template */> -class _LIBCPP_TYPE_VIS_ONLY vector +class _LIBCPP_TEMPLATE_VIS vector : private __vector_base<_Tp, _Allocator> { private: @@ -2133,7 +2133,7 @@ struct __has_storage_type > }; template -class _LIBCPP_TYPE_VIS_ONLY vector +class _LIBCPP_TEMPLATE_VIS vector : private __vector_base_common { public: @@ -2472,7 +2472,7 @@ private: friend class __bit_iterator; friend class __bit_iterator; friend struct __bit_array; - friend struct _LIBCPP_TYPE_VIS_ONLY hash; + friend struct _LIBCPP_TEMPLATE_VIS hash; }; template @@ -3275,7 +3275,7 @@ vector::__hash_code() const _NOEXCEPT } template -struct _LIBCPP_TYPE_VIS_ONLY hash > +struct _LIBCPP_TEMPLATE_VIS hash > : public unary_function, size_t> { _LIBCPP_INLINE_VISIBILITY -- cgit v1.3