[libc++] Implement P1007R3: std::assume_aligned
This supersedes and incoroporates content from both D108906 and D54966,
and also some original content.
Co-Authored-by: Marshall Clow <mclow.lists@gmail.com>
Co-Authored-by: Gonzalo Brito Gadeschi
Differential Revision: https://reviews.llvm.org/D118938
NOKEYCHECK=True
GitOrigin-RevId: c292b6066ccaef927ba9e129604f7cfb4f14a79c
diff --git a/include/module.modulemap b/include/module.modulemap
index 18b0945..80ebbaf 100644
--- a/include/module.modulemap
+++ b/include/module.modulemap
@@ -713,6 +713,7 @@
module allocator { private header "__memory/allocator.h" }
module allocator_arg_t { private header "__memory/allocator_arg_t.h" }
module allocator_traits { private header "__memory/allocator_traits.h" }
+ module assume_aligned { private header "__memory/assume_aligned.h" }
module auto_ptr { private header "__memory/auto_ptr.h" }
module compressed_pair { private header "__memory/compressed_pair.h" }
module concepts { private header "__memory/concepts.h" }