mirror of
https://github.com/boostorg/container.git
synced 2026-02-03 22:06:11 +01:00
aligned_storage is no longer used in the implementation, so remove the header include.
This commit is contained in:
@@ -15,11 +15,9 @@
|
||||
#include <boost/container/detail/config_begin.hpp>
|
||||
#include <boost/container/detail/workaround.hpp>
|
||||
|
||||
//#include <algorithm>
|
||||
#include <cstring> // memcpy
|
||||
|
||||
#include <boost/assert.hpp>
|
||||
#include <boost/type_traits/aligned_storage.hpp>
|
||||
|
||||
#include <boost/container/detail/copy_move_algo.hpp>
|
||||
#include <boost/container/new_allocator.hpp> //new_allocator
|
||||
|
||||
Reference in New Issue
Block a user