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 e8b5680 commit 970e5ccCopy full SHA for 970e5cc
libcxx/include/module.modulemap.in
@@ -1095,6 +1095,7 @@ module std_private_atomic_atomic_flag [system] {
1095
}
1096
module std_private_atomic_atomic_init [system] { header "__atomic/atomic_init.h" }
1097
module std_private_atomic_atomic_lock_free [system] { header "__atomic/atomic_lock_free.h" }
1098
+module std_private_atomic_atomic_ref [system] { header "__atomic/atomic_ref.h" }
1099
module std_private_atomic_atomic_sync [system] { header "__atomic/atomic_sync.h" }
1100
module std_private_atomic_check_memory_order [system] { header "__atomic/check_memory_order.h" }
1101
module std_private_atomic_contention_t [system] { header "__atomic/contention_t.h" }
0 commit comments