[libcxx-commits] [libcxx] [libc++][In progress] Floating Point Atomic (PR #67799)
Louis Dionne via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Oct 2 08:59:19 PDT 2023
================
@@ -14,11 +14,15 @@
#include <__atomic/cxx_atomic_impl.h>
#include <__atomic/memory_order.h>
#include <__config>
+#include <__functional/operations.h>
----------------
ldionne wrote:
Not attached to this hunk: we are probably missing some synopsis entries? Also do we need to update the status pages? And we probably should have a release note since this is definitely a new feature.
https://github.com/llvm/llvm-project/pull/67799
More information about the libcxx-commits
mailing list