forked from boostorg/container
@@ -317,7 +317,6 @@ class set
|
||||
{ return m_tree.max_size(); }
|
||||
|
||||
//! <b>Effects</b>: Swaps the contents of *this and x.
|
||||
//! If this->allocator_type() != x.allocator_type() allocators are also swapped.
|
||||
//!
|
||||
//! <b>Throws</b>: Nothing.
|
||||
//!
|
||||
@@ -884,7 +883,6 @@ class multiset
|
||||
{ return m_tree.max_size(); }
|
||||
|
||||
//! <b>Effects</b>: Swaps the contents of *this and x.
|
||||
//! If this->allocator_type() != x.allocator_type() allocators are also swapped.
|
||||
//!
|
||||
//! <b>Throws</b>: Nothing.
|
||||
//!
|
||||
|
||||
Reference in New Issue
Block a user