We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ad9641 commit 900b58aCopy full SHA for 900b58a
include/boost/container/static_vector.hpp
@@ -820,8 +820,8 @@ class static_vector
820
//! Nothing.
821
//!
822
//! @par Complexity
823
- //! @li If \c is_trivially_destructible<T>::value is \c true Constant O(1)
824
- //! @li If \c is_trivially_destructible<T>::value is \c false Linear O(N)
+ //! @li If \c is_trivially_destructible<T>::value is \c true Constant O(1).
+ //! @li If \c is_trivially_destructible<T>::value is \c false Linear O(N).
825
void clear() BOOST_NOEXCEPT_OR_NOTHROW;
826
827
//! @pre <tt>i < size()</tt>
0 commit comments