Clarify clear() does not alter capacith()

This commit is contained in:
Ion Gaztañaga
2024-06-04 14:00:31 +02:00
parent aa35950ca0
commit 24c978b550

View File

@ -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.
//!