diff --git a/include/boost/container/static_vector.hpp b/include/boost/container/static_vector.hpp index 6a9de7f..fb76685 100644 --- a/include/boost/container/static_vector.hpp +++ b/include/boost/container/static_vector.hpp @@ -536,7 +536,7 @@ public: //! Nothing. //! //! @par Complexity - //! Linear O(N). + //! Constant O(1). void reserve(size_type count) BOOST_NOEXCEPT_OR_NOTHROW; //! @pre size() < capacity()