We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bae5554 commit d12528dCopy full SHA for d12528d
include/boost/container/allocator_traits.hpp
@@ -192,9 +192,19 @@ class small_vector_allocator;
192
193
namespace allocator_traits_detail {
194
195
+#if defined(BOOST_CONTAINER_GCC_COMPATIBLE_HAS_DIAGNOSTIC_IGNORED)
196
+#pragma GCC diagnostic push
197
+#pragma GCC diagnostic ignored "-Wdeprecated-declarations"
198
+#endif
199
+
200
BOOST_INTRUSIVE_HAS_STATIC_MEMBER_FUNC_SIGNATURE(has_max_size, max_size)
201
BOOST_INTRUSIVE_HAS_STATIC_MEMBER_FUNC_SIGNATURE(has_select_on_container_copy_construction, select_on_container_copy_construction)
202
203
204
205
+#pragma GCC diagnostic pop
206
207
208
} //namespace allocator_traits_detail {
209
210
namespace dtl {
0 commit comments