mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
10 lines
133 B
Plaintext
10 lines
133 B
Plaintext
module StdVector {
|
|
header "std-vector.h"
|
|
requires cplusplus
|
|
}
|
|
|
|
module StdString {
|
|
header "std-string.h"
|
|
requires cplusplus
|
|
}
|