We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce7ef10 commit b9d5626Copy full SHA for b9d5626
libcxx/include/module.modulemap.in
@@ -1654,7 +1654,12 @@ module std [system] {
1654
module destroy { header "__memory/destroy.h" }
1655
module destruct_n { header "__memory/destruct_n.h" }
1656
module fwd { header "__fwd/memory.h" }
1657
- module indirect { header "__memory/indirect.h" }
+ module indirect {
1658
+ header "__memory/indirect.h"
1659
+ export std.memory.allocator
1660
+ export std.compare.ordering
1661
+ export std.utility.in_place
1662
+ }
1663
module inout_ptr { header "__memory/inout_ptr.h" }
1664
module is_sufficiently_aligned { header "__memory/is_sufficiently_aligned.h" }
1665
module noexcept_move_assign_container { header "__memory/noexcept_move_assign_container.h" }
0 commit comments