[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
Tue Feb 1 09:53:22 PST 2022


hubert.reinterpretcast added inline comments.


================
Comment at: libcxx/include/stdatomic.h:130
+#ifdef _Atomic
+#undef _Atomic(T)
+#endif
----------------
`undef` takes an identifier (and that's 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