[libcxx-commits] [PATCH] D144255: [libc++] Granularize <atomic> includes

Mark de Wever via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Feb 21 09:26:17 PST 2023


Mordante added a comment.

In general I like this, but I would like to see it again after the CI is green.



================
Comment at: libcxx/include/atomic:543
-#ifndef _LIBCPP_HAS_NO_THREADS
-# include <__threading_support>
-#endif
----------------
Is this header still provided by one of the granularized headers?


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