mirror of
https://github.com/boostorg/container.git
synced 2025-07-31 13:07:17 +02:00
Clarify clear() does not alter capacith()
This commit is contained in:
@ -2248,7 +2248,7 @@ private:
|
||||
|
||||
#endif //#ifndef BOOST_CONTAINER_DOXYGEN_INVOKED
|
||||
|
||||
//! <b>Effects</b>: Erases all the elements of the vector.
|
||||
//! <b>Effects</b>: Erases all the elements of the vector. Leaves the capacity() of the vector unchanged.
|
||||
//!
|
||||
//! <b>Throws</b>: Nothing.
|
||||
//!
|
||||
|
Reference in New Issue
Block a user