File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -189,7 +189,7 @@ bool useLegacyOptionalNilInjectionInCasting() {
189
189
// by that protocol.
190
190
bool useLegacyObjCBoxingInCasting () {
191
191
#if BINARY_COMPATIBILITY_APPLE
192
- return true ; // For now, continue using the legacy behavior on Apple OSes
192
+ return false ; // For now, always use the new behavior on Apple OSes
193
193
#else
194
194
return false ; // Always use the new behavior on non-Apple OSes
195
195
#endif
@@ -209,7 +209,7 @@ bool useLegacyObjCBoxingInCasting() {
209
209
210
210
bool useLegacySwiftValueUnboxingInCasting () {
211
211
#if BINARY_COMPATIBILITY_APPLE
212
- return true ; // For now, continue using the legacy behavior on Apple OSes
212
+ return false ; // For now, always use the new behavior on Apple OSes
213
213
#else
214
214
return false ; // Always use the new behavior on non-Apple OSes
215
215
#endif
You can’t perform that action at this time.
0 commit comments