Files
swift-mirror/stdlib/public/Cxx/std/std.apinotes
Egor Zhdan c39c8da4db [cxx-interop] Use APINotes to apply import_owned attr to std::string and std::vector
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.
2023-12-04 19:54:17 +00:00

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