mirror of
https://github.com/boostorg/container.git
synced 2025-08-01 21:44:27 +02:00
Add missing boost/assert or static_assert include
This commit is contained in:
@@ -35,6 +35,7 @@
|
|||||||
#include <boost/move/traits.hpp>
|
#include <boost/move/traits.hpp>
|
||||||
// other
|
// other
|
||||||
#include <boost/core/no_exceptions_support.hpp>
|
#include <boost/core/no_exceptions_support.hpp>
|
||||||
|
#include <boost/assert.hpp>
|
||||||
// std
|
// std
|
||||||
#include <cstring> //for memmove/memcpy
|
#include <cstring> //for memmove/memcpy
|
||||||
|
|
||||||
|
@@ -31,6 +31,7 @@
|
|||||||
#include <boost/move/adl_move_swap.hpp>
|
#include <boost/move/adl_move_swap.hpp>
|
||||||
|
|
||||||
#include <boost/type_traits/aligned_storage.hpp>
|
#include <boost/type_traits/aligned_storage.hpp>
|
||||||
|
#include <boost/assert.hpp>
|
||||||
|
|
||||||
|
|
||||||
//!\file
|
//!\file
|
||||||
|
@@ -22,6 +22,7 @@
|
|||||||
#include <boost/container/new_allocator.hpp>
|
#include <boost/container/new_allocator.hpp>
|
||||||
#include <boost/container/pmr/memory_resource.hpp>
|
#include <boost/container/pmr/memory_resource.hpp>
|
||||||
#include <boost/container/pmr/global_resource.hpp>
|
#include <boost/container/pmr/global_resource.hpp>
|
||||||
|
#include <boost/assert.hpp>
|
||||||
|
|
||||||
#include <cstddef>
|
#include <cstddef>
|
||||||
|
|
||||||
|
@@ -20,6 +20,7 @@
|
|||||||
#include <boost/container/detail/placement_new.hpp>
|
#include <boost/container/detail/placement_new.hpp>
|
||||||
#include <boost/intrusive/linear_slist_algorithms.hpp>
|
#include <boost/intrusive/linear_slist_algorithms.hpp>
|
||||||
#include <boost/intrusive/detail/math.hpp>
|
#include <boost/intrusive/detail/math.hpp>
|
||||||
|
#include <boost/static_assert.hpp>
|
||||||
|
|
||||||
#include <cstddef>
|
#include <cstddef>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user