| 244 | } |
| 245 | |
| 246 | void advance(difference_type n) |
| 247 | { |
| 248 | boost::fusion::for_each(m_iterators, detail::iterator_advancer(n)); |
| 249 | } |
| 250 | |
| 251 | difference_type distance_to(const zip_iterator<IteratorTuple> &other) const |
| 252 | { |
nothing calls this directly
no test coverage detected