[libcxx-commits] [PATCH] D144255: [libc++] Granularize <atomic> includes
Nikolas Klauser via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Feb 22 06:12:22 PST 2023
philnik added inline comments.
================
Comment at: libcxx/include/atomic:543
-#ifndef _LIBCPP_HAS_NO_THREADS
-# include <__threading_support>
-#endif
----------------
Mordante wrote:
> Is this header still provided by one of the granularized headers?
Yes.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D144255/new/
https://reviews.llvm.org/D144255
More information about the libcxx-commits
mailing list