[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:18 PDT 2023
================
@@ -136,6 +140,114 @@ struct atomic<_Tp*>
atomic& operator=(const atomic&) volatile = delete;
};
+#if _LIBCPP_STD_VER >= 20
+template <class _Tp> requires is_floating_point_v<_Tp>
----------------
ldionne wrote:
You could `clang-format` just this part of the file if you wanted. Non-blocking.
https://github.com/llvm/llvm-project/pull/67799
More information about the libcxx-commits
mailing list