id summary reporter owner description type status milestone component version severity resolution keywords cc 9726 transform_iterator does not compile on SUN with Cstd STL Yevgeniy Shaporynskyy jeffrey.hellrung "boost/iterator/transform_iterator.hpp:49 {{{ ... typename std::iterator_traits::reference ... }}} should read: {{{ ... typename boost::detail::iterator_traits::reference ... }}} otherwise it fails to compile on SUN with old Cstd STL that does not have proper iterator_traits<>. All other classes already use boost::detail::iterator_traits<>" Bugs reopened To Be Determined iterator Boost 1.54.0 Problem SUN, iterator