mirror of
https://github.com/boostorg/iterator.git
synced 2026-01-25 16:02:20 +01: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.
5.0 KiB
5.0 KiB