mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
In libc++, `pair()` and `pair(_T1 const& __t1, _T2 const& __t2)` are templated with `enable_if`, so these initializers are not imported into Swift. There should be a way to call `std.pair.init` from Swift, so this change makes sure Swift synthesizes a memberwise initializer for `std.pair`. rdar://113135110
872 B
872 B