The experiment has ended and the results have been good.
This commit is contained in:
@@ -1029,6 +1029,7 @@ set(files
|
||||
mdspan
|
||||
memory
|
||||
memory_resource
|
||||
meta
|
||||
mutex
|
||||
new
|
||||
numbers
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
3004
libcxx/include/meta
Normal file
3004
libcxx/include/meta
Normal file
File diff suppressed because it is too large
Load Diff
@@ -1683,6 +1683,11 @@ module std [system] {
|
||||
export *
|
||||
}
|
||||
|
||||
module meta {
|
||||
header "meta"
|
||||
export "*"
|
||||
}
|
||||
|
||||
module mutex {
|
||||
module lock_guard { header "__mutex/lock_guard.h" }
|
||||
module mutex { header "__mutex/mutex.h" }
|
||||
|
||||
Reference in New Issue
Block a user