diff --git a/include/boost/container/static_vector.hpp b/include/boost/container/static_vector.hpp index 1f23128..f7f8b6c 100644 --- a/include/boost/container/static_vector.hpp +++ b/include/boost/container/static_vector.hpp @@ -820,7 +820,8 @@ public: //! Nothing. //! //! @par Complexity - //! Constant O(1). + //! @li If \c is_trivially_destructible::value is \c true Constant O(1). + //! @li If \c is_trivially_destructible::value is \c false Linear O(N). void clear() BOOST_NOEXCEPT_OR_NOTHROW; //! @pre i < size()