Allocator concept requires copy assignment.

This commit is contained in:
Ion Gaztañaga
2016-08-29 00:05:50 +02:00
parent b6dbb1cb09
commit 6ccf9dacae
4 changed files with 1 additions and 9 deletions
@@ -109,9 +109,6 @@ class node_allocator
template<class T2, std::size_t N2>
node_allocator& operator=
(const node_allocator<T2, N2>&);
//!Not assignable from other node_allocator
node_allocator& operator=(const node_allocator&);
#endif //#ifndef BOOST_CONTAINER_DOXYGEN_INVOKED
public: