You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[cxx-interop] Do not import std::chrono::time_zone_link
This type is non-copyable, but its implementation in libstdc++13 does not explicitly declare a deleted copy constructor.
After rebranch, we should start using API Notes to annotate the type as a non-copyable type in Swift.
For now, this change disables import of this type.
See swiftlang#73086
rdar://134432426
(cherry picked from commit 386c8eb)
0 commit comments