Re: Draft #3 (with iterators)

2020-10-11 Thread Bruno Haible
Hi Marc, > I have implemented everything we have discussed today. The patch > versus the current master is attached so it can be reviewed. > > The changes versus the previous draft can be summarized as follows: > > * Bug fixes. > * Use _Atomic on GCC 4.9+. > * Implement a lightweight iterator ty

Re: Draft #3 (with iterators)

2020-10-11 Thread Marc Nieper-Wißkirchen
I have implemented everything we have discussed today. The patch versus the current master is attached so it can be reviewed. The changes versus the previous draft can be summarized as follows: * Bug fixes. * Use _Atomic on GCC 4.9+. * Implement a lightweight iterator type akin to the iterators o