aligned_storage is no longer used in the implementation, so remove the header include.

This commit is contained in:
Ion Gaztañaga
2022-12-12 00:59:59 +01:00
parent 855ff7707b
commit 2b8e3cfafe

View File

@@ -15,11 +15,9 @@
#include <boost/container/detail/config_begin.hpp> #include <boost/container/detail/config_begin.hpp>
#include <boost/container/detail/workaround.hpp> #include <boost/container/detail/workaround.hpp>
//#include <algorithm>
#include <cstring> // memcpy #include <cstring> // memcpy
#include <boost/assert.hpp> #include <boost/assert.hpp>
#include <boost/type_traits/aligned_storage.hpp>
#include <boost/container/detail/copy_move_algo.hpp> #include <boost/container/detail/copy_move_algo.hpp>
#include <boost/container/new_allocator.hpp> //new_allocator #include <boost/container/new_allocator.hpp> //new_allocator