aboutsummaryrefslogtreecommitdiff
path: root/contrib/libc++/include/set
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/libc++/include/set')
-rw-r--r--contrib/libc++/include/set4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/libc++/include/set b/contrib/libc++/include/set
index 36d3dd49b9bd..11ea9658bd6a 100644
--- a/contrib/libc++/include/set
+++ b/contrib/libc++/include/set
@@ -346,7 +346,7 @@ _LIBCPP_BEGIN_NAMESPACE_STD
template <class _Key, class _Compare = less<_Key>,
class _Allocator = allocator<_Key> >
-class _LIBCPP_VISIBLE set
+class _LIBCPP_TYPE_VIS set
{
public:
// types:
@@ -685,7 +685,7 @@ swap(set<_Key, _Compare, _Allocator>& __x,
template <class _Key, class _Compare = less<_Key>,
class _Allocator = allocator<_Key> >
-class _LIBCPP_VISIBLE multiset
+class _LIBCPP_TYPE_VIS multiset
{
public:
// types: