The experiment has ended and the results have been good.

This commit is contained in:
Dan Katz
2025-06-22 13:09:35 -04:00
parent 43d2532e34
commit f03acdb7a4
4 changed files with 3012 additions and 2989 deletions

View File

@@ -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

File diff suppressed because it is too large Load Diff

View File

@@ -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" }