mirror of
https://github.com/boostorg/iterator.git
synced 2026-01-19 04:12:14 +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.
5.0 KiB
5.0 KiB