Skip to content

Commit 2cb37e7

Browse files
committed
Add another module export
1 parent b21fe52 commit 2cb37e7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libcxx/include/module.modulemap.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1659,6 +1659,7 @@ module std [system] {
16591659
export std.memory.allocator
16601660
export std.compare.ordering
16611661
export std.utility.in_place
1662+
export std.functional.hash
16621663
}
16631664
module inout_ptr { header "__memory/inout_ptr.h" }
16641665
module is_sufficiently_aligned { header "__memory/is_sufficiently_aligned.h" }

0 commit comments

Comments
 (0)