mirror of
https://github.com/boostorg/iterator.git
synced 2026-01-19 16:22:20 +00:00
generator_iterator now uses decltype approach to deduce value and reference types instead of the legacy result_type typedef, which was required to be defined by the generator function. The default constructor of generator_iterator now value initializes its data members to avoid using uninitialized data.
1.0 KiB
1.0 KiB