[libcxx-commits] [libcxx] [libc++][In progress] Floating Point Atomic (PR #67799)

Louis Dionne via libcxx-commits libcxx-commits at lists.llvm.org
Fri Oct 13 11:06:37 PDT 2023


================
@@ -262,6 +262,72 @@ struct atomic<T*>
     void notify_all() noexcept;
 };
 
+template<>
+struct atomic<floating-point-type> {
----------------
ldionne wrote:

```suggestion
struct atomic<floating-point-type> { // since C++20
```

https://github.com/llvm/llvm-project/pull/67799


More information about the libcxx-commits mailing list