| 154 | } |
| 155 | |
| 156 | ContiguousConstIterator operator - (difference_type n) const |
| 157 | { |
| 158 | return ContiguousConstIterator(ptr_ - n); |
| 159 | } |
| 160 | |
| 161 | difference_type operator - (ContiguousConstIterator const& o) const |
| 162 | { |
nothing calls this directly
no test coverage detected