We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c4ef49 commit fd973d2Copy full SHA for fd973d2
libcxx/include/__memory/allocator_traits.h
@@ -138,6 +138,7 @@ template <class _Alloc>
138
using __propagate_on_container_swap _LIBCPP_NODEBUG =
139
__detected_or_t<false_type, __propagate_on_container_swap_member, _Alloc>;
140
141
+_LIBCPP_SUPPRESS_DEPRECATED_PUSH
142
// __is_always_equal
143
template <class _Tp>
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>;
149
150
// __allocator_traits_rebind
-_LIBCPP_SUPPRESS_DEPRECATED_PUSH
151
template <class _Tp, class _Up, class = void>
152
struct __has_rebind_other : false_type {};
153
template <class _Tp, class _Up>
0 commit comments