diff --git a/include/boost/container/slist.hpp b/include/boost/container/slist.hpp index 39bf0c2..a9a4f67 100644 --- a/include/boost/container/slist.hpp +++ b/include/boost/container/slist.hpp @@ -169,7 +169,7 @@ class slist_iterator { return this->m_it->m_data; } pointer operator->() const - { return ::boost::intrusive::pointer_traits::to_pointer(this->m_it->m_data); } + { return ::boost::intrusive::pointer_traits::pointer_to(this->m_it->m_data); } //Increment / Decrement slist_iterator& operator++()