17 Jul
2017
17 Jul
'17
5:46 p.m.
On 07/17/17 16:29, Peter Dimov via Boost wrote:
http://pdimov.com/tmp/report-develop-6db78a0a6/module-levels.html
One obvious low-hanging fruit here is moving
from utility to iterator, breaking the utility -> iterator edge; I think this was discussed recently?
I don't think it was (or may be I missed it). Strictly speaking, boost::next/prior is not tied to iterators; it is compatible with any type that has the necessary operators (e.g. integers). Although the use case with iterators is probably the most frequent.