diff --git a/include/boost/container/adaptive_pool.hpp b/include/boost/container/adaptive_pool.hpp index ac3d867..ac14fb3 100644 --- a/include/boost/container/adaptive_pool.hpp +++ b/include/boost/container/adaptive_pool.hpp @@ -121,8 +121,6 @@ class adaptive_pool adaptive_pool& operator= (const adaptive_pool&); - //!Not assignable from other adaptive_pool - adaptive_pool& operator=(const adaptive_pool&); #endif //#ifndef BOOST_CONTAINER_DOXYGEN_INVOKED public: diff --git a/include/boost/container/allocator.hpp b/include/boost/container/allocator.hpp index 2fb44b7..9b9268f 100644 --- a/include/boost/container/allocator.hpp +++ b/include/boost/container/allocator.hpp @@ -113,9 +113,6 @@ class allocator template allocator& operator=(const allocator&); - //Not assignable from other allocator - allocator& operator=(const allocator&); - static const unsigned int ForbiddenMask = BOOST_CONTAINER_ALLOCATE_NEW | BOOST_CONTAINER_EXPAND_BWD | BOOST_CONTAINER_EXPAND_FWD ; diff --git a/include/boost/container/new_allocator.hpp b/include/boost/container/new_allocator.hpp index 6a1d8c7..9304a9c 100644 --- a/include/boost/container/new_allocator.hpp +++ b/include/boost/container/new_allocator.hpp @@ -176,4 +176,4 @@ class new_allocator #include -#endif //BOOST_CONTAINER_ALLOCATOR_HPP +#endif //BOOST_CONTAINER_NEW_ALLOCATOR_HPP diff --git a/include/boost/container/node_allocator.hpp b/include/boost/container/node_allocator.hpp index d92577e..7a6988c 100644 --- a/include/boost/container/node_allocator.hpp +++ b/include/boost/container/node_allocator.hpp @@ -109,9 +109,6 @@ class node_allocator template node_allocator& operator= (const node_allocator&); - - //!Not assignable from other node_allocator - node_allocator& operator=(const node_allocator&); #endif //#ifndef BOOST_CONTAINER_DOXYGEN_INVOKED public: