| Index: include/set
|
| diff --git a/include/set b/include/set
|
| index ac69e085241f7e03fb96ce95cdfd655fd76a89af..05024d5e2b5d64a5029529db39b04359e0b7445f 100644
|
| --- a/include/set
|
| +++ b/include/set
|
| @@ -396,7 +396,7 @@ swap(multiset<Key, Compare, Allocator>& x, multiset<Key, Compare, Allocator>& y)
|
| _LIBCPP_BEGIN_NAMESPACE_STD
|
|
|
| template <class _Key, class _Compare = less<_Key>,
|
| - class _Allocator = allocator<_Key> >
|
| + class _Allocator = counting_allocator<_Key, allocation_group::set> >
|
| class _LIBCPP_TYPE_VIS_ONLY set
|
| {
|
| public:
|
| @@ -809,7 +809,7 @@ swap(set<_Key, _Compare, _Allocator>& __x,
|
| }
|
|
|
| template <class _Key, class _Compare = less<_Key>,
|
| - class _Allocator = allocator<_Key> >
|
| + class _Allocator = counting_allocator<_Key, allocation_group::multiset> >
|
| class _LIBCPP_TYPE_VIS_ONLY multiset
|
| {
|
| public:
|
|
|