File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -1527,7 +1527,7 @@ module std [system] {
1527
1527
module allocation_guard { header "__memory/allocation_guard.h" }
1528
1528
module allocator {
1529
1529
header "__memory/allocator.h"
1530
- export * // TODO: Workaround for https://github.com/llvm/llvm-project/issues/120108
1530
+ export std.new.allocate // TODO: Workaround for https://github.com/llvm/llvm-project/issues/120108
1531
1531
}
1532
1532
module allocator_arg_t { header "__memory/allocator_arg_t.h" }
1533
1533
module allocator_destructor { header "__memory/allocator_destructor.h" }
@@ -1569,6 +1569,7 @@ module std [system] {
1569
1569
header "__memory/unique_temporary_buffer.h"
1570
1570
export std.memory.unique_ptr
1571
1571
export std_core.type_traits.is_constant_evaluated
1572
+ export std.new.allocate // TODO: Workaround for https://github.com/llvm/llvm-project/issues/120108
1572
1573
}
1573
1574
module uses_allocator { header "__memory/uses_allocator.h" }
1574
1575
module uses_allocator_construction { header "__memory/uses_allocator_construction.h" }
You can’t perform that action at this time.
0 commit comments