mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
We still don't want 'array1 == array2' to accidentally work via pointer comparison. However, we still admit pointer conversions when an inout is involved. 'pointer == &x' is desirable, and more importantly, explicit about what the user wants. Swift SVN r19271
135 KiB
135 KiB