Commit Graph

5 Commits

Author SHA1 Message Date
58b42d5d9b iterator/iota: declare the iterator type first up
This means reduces the chances of mixing up inner/outer types, and
eliminates the use of the iterator typedef within teh container.
2020-02-25 16:15:45 +11:00
3791c8b8ee iterator: add methods to conform iota to LegacyIterator 2020-02-24 14:41:37 +11:00
0d497738ce iterator: add less-equal operators for libstdc++-10 compatibility 2020-02-17 14:29:50 +11:00
9d123e003e build: add some forgotten, required, headers 2019-08-28 12:55:15 +10:00
340d873d3a iterator: move each iterator to their own unit 2019-03-18 16:18:27 +11:00