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