mirror of
https://github.com/boostorg/container.git
synced 2025-08-02 14:04:26 +02: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/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
|
||||||
|
Reference in New Issue
Block a user