File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed
test/Interop/Cxx/stdlib/Inputs Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change 1
1
module StdVector {
2
2
header "std-vector.h"
3
3
requires cplusplus
4
+ export *
4
5
}
5
6
6
7
module StdMap {
7
8
header "std-map.h"
8
9
requires cplusplus
10
+ export *
9
11
}
10
12
11
13
module StdOptional {
12
14
header "std-optional.h"
13
15
requires cplusplus
16
+ export *
14
17
}
15
18
16
19
module StdSet {
17
20
header "std-set.h"
18
21
requires cplusplus
22
+ export *
19
23
}
20
24
21
25
module StdPair {
22
26
header "std-pair.h"
23
27
requires cplusplus
28
+ export *
24
29
}
25
30
26
31
module MsvcUseVecIt {
@@ -32,9 +37,11 @@ module MsvcUseVecIt {
32
37
module StdUniquePtr {
33
38
header "std-unique-ptr.h"
34
39
requires cplusplus
40
+ export *
35
41
}
36
42
37
43
module StdFunction {
38
44
header "std-function.h"
39
45
requires cplusplus
46
+ export *
40
47
}
You can’t perform that action at this time.
0 commit comments