[libcxx-commits] [PATCH] D65895: Fix a layering violation in mutex - prep for fixing PR42918
Marshall Clow via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Aug 7 12:15:11 PDT 2019
mclow.lists marked an inline comment as done.
mclow.lists added inline comments.
================
Comment at: libcxx/include/mutex:199
#include <__threading_support>
+#include <thread>
----------------
If I were to commit this; I would probably move `__thread_id` and `this_thread::` into `<__threading_support>` and remove this include.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D65895/new/
https://reviews.llvm.org/D65895
More information about the libcxx-commits
mailing list