-
Notifications
You must be signed in to change notification settings - Fork 10.5k
[cxx-interop] Fix friend operators that come from class template specializations. #61181
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
Conversation
|
||
var StdMapTestSuite = TestSuite("std::map") | ||
|
||
extension Map.const_iterator : UnsafeCxxInputIterator { } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome, thank you 👍
This is kind of related to: rdar://100021897 as it'd mean we don't have to use |
a6960ff
to
d7b7c5e
Compare
@swift-ci please test |
d7b7c5e
to
855e64b
Compare
import StdMap | ||
import std.map |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@egorzhdan am I supposed to just use StdMap
. If so, that caused problems locally (looking up operator==, I think).
@swift-ci please smoke test |
855e64b
to
0010337
Compare
@swift-ci please smoke test |
No description provided.