Re: [05/23] Add more iterator utilities

2020-11-25 Thread Jeff Law via Gcc-patches
On 11/13/20 1:13 AM, Richard Sandiford via Gcc-patches wrote: > This patch adds some more iterator helper classes. They really fall > into two groups, but there didn't seem much value in separating them: > > - A later patch has a class hierarchy of the form: > > Base > +- Derived1 >

[05/23] Add more iterator utilities

2020-11-13 Thread Richard Sandiford via Gcc-patches
This patch adds some more iterator helper classes. They really fall into two groups, but there didn't seem much value in separating them: - A later patch has a class hierarchy of the form: Base +- Derived1 +- Derived2 A class wants to store an array A1 of Derived1 pointers an