[libcxx-commits] [PATCH] D97044: [libc++] [C++2b] [P0943] Add stdatomic.h header.

Hubert Tong via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Feb 10 12:12:05 PST 2022


hubert.reinterpretcast added inline comments.


================
Comment at: libcxx/include/stdatomic.h:107
+using std::atomic_fetch_and                            // see below
+using std::atomic_fetch_and_explicit                   // see below
+using std::atomic_flag_test_and_set                    // see below
----------------
Do we want to preemptively apply the proposed resolution to https://cplusplus.github.io/LWG/issue3671 and add the `xor` operations too?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D97044/new/

https://reviews.llvm.org/D97044



More information about the libcxx-commits mailing list