[libcxx-commits] [PATCH] D66301: [libcxx] __thread_id should be available when an external threading API is used.
Zoe Carver via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Sat Aug 17 13:48:09 PDT 2019
zoecarver added inline comments.
================
Comment at: libcxx/include/__threading_support:398
+_LIBCPP_END_NAMESPACE_STD
+
----------------
Any reason this cannot go at the top of the file before `_LIBCPP_BEGIN_NAMESPACE_STD`?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D66301/new/
https://reviews.llvm.org/D66301
More information about the libcxx-commits
mailing list