diff options
Diffstat (limited to 'system/include/libcxx/scoped_allocator')
-rw-r--r-- | system/include/libcxx/scoped_allocator | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/include/libcxx/scoped_allocator b/system/include/libcxx/scoped_allocator index 92532342..aa8bece6 100644 --- a/system/include/libcxx/scoped_allocator +++ b/system/include/libcxx/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; |