summaryrefslogtreecommitdiffstats
path: root/include/scoped_allocator
diff options
context:
space:
mode:
Diffstat (limited to 'include/scoped_allocator')
-rw-r--r--include/scoped_allocator2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/scoped_allocator b/include/scoped_allocator
index cd051020f..925323420 100644
--- a/include/scoped_allocator
+++ b/include/scoped_allocator
@@ -365,7 +365,7 @@ struct __outermost<_Alloc, true>
};
template <class _OuterAlloc, class... _InnerAllocs>
-class _LIBCPP_VISIBLE scoped_allocator_adaptor<_OuterAlloc, _InnerAllocs...>
+class _LIBCPP_TYPE_VIS scoped_allocator_adaptor<_OuterAlloc, _InnerAllocs...>
: public __scoped_allocator_storage<_OuterAlloc, _InnerAllocs...>
{
typedef __scoped_allocator_storage<_OuterAlloc, _InnerAllocs...> base;