Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

thrift: to stop relying on operator-> #9434

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Feb 12, 2024

  1. thrift: to stop relying on operator->

    Summary:
    C++20 supports iterators with no operator->
    We have a usecase where I care for that and arrow_proxy trick leads to some undesired behaviour.
    
    In C++23 there is a standard one - std::flat_map::iterator won't have operator->, as far as I understand.
    (I judge by std::views::zip which doesn't have operator->)
    
    Differential Revision: D53665618
    DenisYaroshevskiy authored and facebook-github-bot committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    393ab14 View commit details
    Browse the repository at this point in the history