mirror of
https://github.com/boostorg/iterator.git
synced 2025-05-11 13:33:56 +00:00
- The logic for determining the result of iterator_facade::operator[] has been factored out into a separate detail header in preparation for its potential use in iterator_range to avoid iterator_range::operator[] from returning a reference to a temporary. [SVN r80901]