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>
138138using __propagate_on_container_swap _LIBCPP_NODEBUG =
139139 __detected_or_t <false_type, __propagate_on_container_swap_member, _Alloc>;
140140
141+ _LIBCPP_SUPPRESS_DEPRECATED_PUSH
141142// __is_always_equal
142143template <class _Tp >
143144using __is_always_equal_member _LIBCPP_NODEBUG = typename _Tp::is_always_equal;
@@ -147,7 +148,6 @@ using __is_always_equal _LIBCPP_NODEBUG =
147148 __detected_or_t <typename is_empty<_Alloc>::type, __is_always_equal_member, _Alloc>;
148149
149150// __allocator_traits_rebind
150- _LIBCPP_SUPPRESS_DEPRECATED_PUSH
151151template <class _Tp , class _Up , class = void >
152152struct __has_rebind_other : false_type {};
153153template <class _Tp , class _Up >
You can’t perform that action at this time.
0 commit comments