aboutsummaryrefslogtreecommitdiff
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 605f70b472f1..d60ae94f14e1 100644
--- a/include/scoped_allocator
+++ b/include/scoped_allocator
@@ -384,7 +384,7 @@ struct __outermost<_Alloc, true>
};
template <class _OuterAlloc, class... _InnerAllocs>
-class _LIBCPP_TYPE_VIS_ONLY scoped_allocator_adaptor<_OuterAlloc, _InnerAllocs...>
+class _LIBCPP_TEMPLATE_VIS scoped_allocator_adaptor<_OuterAlloc, _InnerAllocs...>
: public __scoped_allocator_storage<_OuterAlloc, _InnerAllocs...>
{
typedef __scoped_allocator_storage<_OuterAlloc, _InnerAllocs...> base;