mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
This removes a special case in the compiler for these types, and applies the `import_owned` attribute to all instantiations of `vector` and `basic_string` via API Notes.
16 lines
327 B
Plaintext
16 lines
327 B
Plaintext
Name: std
|
|
Functions:
|
|
- Name: abs
|
|
Availability: nonswift
|
|
AvailabilityMsg: Use the C standard library function
|
|
- Name: div
|
|
Availability: nonswift
|
|
AvailabilityMsg: Use the C standard library function
|
|
Namespaces:
|
|
- Name: std
|
|
Tags:
|
|
- Name: basic_string
|
|
SwiftImportAs: owned
|
|
- Name: vector
|
|
SwiftImportAs: owned
|