[libcxx-commits] [libcxx] [libc++] Make `_Atomic(T)` directly use an alias template (PR #168679)

Nikolas Klauser via libcxx-commits libcxx-commits at lists.llvm.org
Thu Jun 18 09:46:11 PDT 2026


philnik777 wrote:

> > I'd really like clarification from WG21 on this before we complicate our code. I also don't see anything that would make this non-conforming, so I don't think this is important to reject.
> 
> What kind of clarification do you want? The synopsis literally shows the pseudo-code we're supposed to have in our headers.

As I said above, I want clarification on what the intention here was. The only information I could find on this was that it avoids a dependency on `<atomic>` somehow, which doesn't make any sense.

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


More information about the libcxx-commits mailing list