Re: Hide move_iterator ill-form operators

2019-05-06 Thread Jonathan Wakely
On 06/05/19 19:36 +0200, François Dumont wrote: Hi     This is another attempt to make adapter iterator types operators undefined when underlying iterator type doesn't support it. For the move_iterator it is rather easy and even already done for the operator- so I just generalize it to compar

Hide move_iterator ill-form operators

2019-05-06 Thread François Dumont
Hi     This is another attempt to make adapter iterator types operators undefined when underlying iterator type doesn't support it. For the move_iterator it is rather easy and even already done for the operator- so I just generalize it to comparison operators. It doesn't cover all operators o