Skip to content

Conversation

@ednolan
Copy link
Member

@ednolan ednolan commented Nov 13, 2024

The intent of using proxy_iterator_interface is to provide an operator-> implementation for these iterators, but we don't want one here; there are no member functions on charN_t that could be invoked, and the precedent in std::ranges::transform_view<V,F>::@iterator@ is to omit operator->.

…nit_view

The intent of using proxy_iterator_interface is to provide an
operator-> implementation for these iterators, but we don't want one
here; there are no member functions on charN_t that could be invoked,
and the precedent in std::ranges::transform_view<V,F>::@*iterator*@ is
to omit operator->.
@ednolan ednolan merged commit 3fd5446 into main Nov 13, 2024
3 checks passed
@coveralls
Copy link

Pull Request Test Coverage Report for Build 11824113035

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 100.0%

Totals Coverage Status
Change from base Build 11824099948: 0.0%
Covered Lines: 468
Relevant Lines: 468

💛 - Coveralls

@ednolan ednolan deleted the remove_proxy_iterator_interface branch November 13, 2024 19:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants