You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datasketches.apache.org by "AlexanderSaydakov (via GitHub)" <gi...@apache.org> on 2023/02/01 19:02:33 UTC

[GitHub] [datasketches-cpp] AlexanderSaydakov commented on pull request #342: Remove inheritance from std::iterator

AlexanderSaydakov commented on PR #342:
URL: https://github.com/apache/datasketches-cpp/pull/342#issuecomment-1412567066

   I think this is not quite right, and we did not do it quite right so far.
   operator*() should return reference
   but the reference can be defined to be the same as value_type for LegacyInputIterator in such cases when we return a proxy object by value


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@datasketches.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@datasketches.apache.org
For additional commands, e-mail: commits-help@datasketches.apache.org