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

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Feb 10 14:03:05 PST 2022


ldionne 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
----------------
hubert.reinterpretcast wrote:
> Do we want to preemptively apply the proposed resolution to https://cplusplus.github.io/LWG/issue3671 and add the `xor` operations too?
If we're all happy with the patch as-is, I'd like to land it. I can handle the LWG issue separately via our usual means.

If you're happy with the patch as-is, please let me know and I'll land it.


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