mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Previously we emitted this: ``` SWIFT_INLINE_THUNK bool ==(const IntBox& lhs, const IntBox& rhs) ``` which is not valid in C++. Now we'll emit this: ``` SWIFT_INLINE_THUNK bool operator==(const IntBox& lhs, const IntBox& rhs) ``` rdar://114772296
1.8 KiB
1.8 KiB