id summary reporter owner description type status milestone component version severity resolution keywords cc 7650 container::list<>::const_iterator operator-> compile failure Andrew Bell Ion Gaztañaga "The following example code fails to compile in Clang in XCode 4.5.1 and VC++ 2010. {{{ struct Ex { int a; }; boost::container::list::const_iterator eIt; std::cout << eIt->a; }}} Clang's error message (similar to VC++'s) is: {{{ boost/boost/container/list.hpp:121:64: error: no member named 'to_pointer' in 'boost::intrusive::pointer_traits' { return ::boost::intrusive::pointer_traits::to_pointer(this->m_it->m_data); } }}} " Bugs closed To Be Determined container Boost 1.52.0 Problem fixed