[PATCH] D20328: [libcxx] Externally threaded libc++ variant
Ben Craig via cfe-commits
cfe-commits at lists.llvm.org
Thu Jun 2 14:23:14 PDT 2016
bcraig added inline comments.
================
Comment at: include/__threading_support:201
@@ +200,3 @@
+# if !defined(__has_include) || __has_include(<__static_threading>)
+# include<__static_threading>
+# else
----------------
This #include deserves a comment. Some perplexed developer is going to come along later and wonder where __static_threading is supposed to come from.
http://reviews.llvm.org/D20328
More information about the cfe-commits
mailing list