File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -138,6 +138,7 @@ template <class _Alloc>
138
138
using __propagate_on_container_swap _LIBCPP_NODEBUG =
139
139
__detected_or_t <false_type, __propagate_on_container_swap_member, _Alloc>;
140
140
141
+ _LIBCPP_SUPPRESS_DEPRECATED_PUSH
141
142
// __is_always_equal
142
143
template <class _Tp >
143
144
using __is_always_equal_member _LIBCPP_NODEBUG = typename _Tp::is_always_equal;
@@ -147,7 +148,6 @@ using __is_always_equal _LIBCPP_NODEBUG =
147
148
__detected_or_t <typename is_empty<_Alloc>::type, __is_always_equal_member, _Alloc>;
148
149
149
150
// __allocator_traits_rebind
150
- _LIBCPP_SUPPRESS_DEPRECATED_PUSH
151
151
template <class _Tp , class _Up , class = void >
152
152
struct __has_rebind_other : false_type {};
153
153
template <class _Tp , class _Up >
You can’t perform that action at this time.
0 commit comments