mirror of
https://github.com/boostorg/container.git
synced 2025-08-02 05:54:28 +02:00
Clarify clear() does not alter capacith()
This commit is contained in:
@@ -2248,7 +2248,7 @@ private:
|
|||||||
|
|
||||||
#endif //#ifndef BOOST_CONTAINER_DOXYGEN_INVOKED
|
#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.
|
//! <b>Throws</b>: Nothing.
|
||||||
//!
|
//!
|
||||||
|
Reference in New Issue
Block a user