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 de1ea78 commit ecb5a1bCopy full SHA for ecb5a1b
libcxx/include/CMakeLists.txt
@@ -918,7 +918,6 @@ set(files
918
execution
919
expected
920
experimental/__config
921
- experimental/__memory
922
experimental/__simd/aligned_tag.h
923
experimental/__simd/declaration.h
924
experimental/__simd/reference.h
libcxx/include/experimental/__memory
libcxx/include/module.modulemap.in
@@ -555,11 +555,6 @@ module std_experimental [system] {
555
textual header "experimental/__config"
556
export *
557
}
558
- // FIXME these should be private
559
- module __memory {
560
- header "experimental/__memory"
561
- export *
562
- }
563
564
565
// Convenience method to get all of the above modules in a single import statement.
0 commit comments