[libcxx-commits] [PATCH] D146228: [libc++] Granularize __mutex_base

Mark de Wever via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Sun Mar 19 11:38:25 PDT 2023


Mordante requested changes to this revision.
Mordante added a comment.
This revision now requires changes to proceed.

I really dislike mixing granularizing patches with other changes. For the future please only do one change per patch.
I'm fine with only CI testing the followup changes and self-approving them. I don't feel it's needed to undo the changes for now.

I want to see it again to see the changes to the transitive includes.



================
Comment at: libcxx/test/libcxx/transitive_includes/cxx2b.csv:120
+condition_variable ctime
+>>>>>>> f626323c3b1a ([libc++] Granularize __mutex_base)
 condition_variable iosfwd
----------------
Merge conflicts


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D146228/new/

https://reviews.llvm.org/D146228



More information about the libcxx-commits mailing list