IIUC, range was an experiment to see how N3350 would work in LLD.
It turned out it didn't get traction, and it is basically duplicate
of iterator_range in ADT. We have only two occurrences of range,
and all of them are easily rewritten without it.
Details
Details
- Reviewers
pete
Diff Detail
Diff Detail
Event Timeline
Comment Actions
Hi Ruiu
LGTM.
Seems like you replaced the uses with ArrayRef which is better anyway.
Thanks
Pete