diff --git a/include/boost/container/stable_vector.hpp b/include/boost/container/stable_vector.hpp index 92ef0f6..25d0d37 100644 --- a/include/boost/container/stable_vector.hpp +++ b/include/boost/container/stable_vector.hpp @@ -337,7 +337,7 @@ class stable_vector_iterator : m_pn(other.node_pointer()) {} - stable_vector_iterator(const nonconst_iterator& other) BOOST_NOEXCEPT_OR_NOTHROW + BOOST_CONTAINER_FORCEINLINE stable_vector_iterator(const nonconst_iterator& other) BOOST_NOEXCEPT_OR_NOTHROW : m_pn(other.node_pointer()) {}