mirror of
https://github.com/boostorg/iterator.git
synced 2026-07-05 08:00:59 +02:00
d35869cd25
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.