id summary reporter owner description type status milestone component version severity resolution keywords cc 5961 ptr_container supports comparison of iterators of different types Rob Desbois Thorsten Ottosen "The void_ptr_iterator, which handles much of the ptr_container iterator functionality, oddly supports comparison operations between iterators of differing types. For example: {{{ ptr_vector vi; ptr_vector vs; bool eq = (vi.begin() == vs.begin()); }}} The affected operators are: == != < <= > >=" Bugs new To Be Determined ptr_container Boost 1.47.0 Problem iterator, type