Files
swift-mirror/stdlib/public/runtime/SwiftValue.mm
Tim Kientzle cb03a459fe Make SwiftValue == support unconditional
PR #71620 made this behavior conditional as a way to help
provide binary compatibility for legacy software that might
be relying on the old behavior.

So far, it appears the only such problems arose from the
SwiftObject behavior changes, not from SwiftValue behavior.
So let's optimistically back this out and make the new behavior
unconditional.

Resolves rdar://127839540
2024-05-09 14:38:36 -07:00

19 KiB