-
Notifications
You must be signed in to change notification settings - Fork 10.5k
[cxx-interop] Add tests for the available operations of std::iterator
#42379
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
[cxx-interop] Add tests for the available operations of std::iterator
#42379
Conversation
Was adding a test for Test:
std.__1.distance doesnt return a value, module dump output for the method: am i missing something? |
std::iterator
std::iterator
87585aa
to
52c1663
Compare
Looks like a bug related to dependent return types, will investigate further after merging #42411 |
52c1663
to
7233635
Compare
@zoecarver I spoke with @hyp about this during the office hours and added comments describing the issue with |
Sounds good, thanks. |
@swift-ci please test |
Adding tests for the current supported operations to be used with
std::iterator
, which is currently justadvance
@zoecarver @hyp