commit | 0f50815c894bea5d8f7c14b7c1639325bd0b4abb | [log] [tgz] |
---|---|---|
author | Tom Tromey <tom@tromey.com> | Thu Jan 19 18:44:38 2023 -0700 |
committer | Tom Tromey <tom@tromey.com> | Sun Feb 19 12:51:06 2023 -0700 |
tree | 75d621675339d458dc531a9747ff10f3b1e010df | |
parent | 81326ac076332230286e23d69978cc2698d004b9 [diff] |
Introduce a block iterator wrapper This introduces a C++-style iterator that wraps the existing block_iterator. It also adds a range adapter. These will be used in a later patch.