t.p.northover added inline comments.

================
Comment at: llvm/include/llvm/Support/thread.h:168
+/// stack size request.
+class thread {
+public:
----------------
An alternative here would have been to inherit from `std::thread` but that 
seemed a bit icky to me. Happy to switch if the consensus is otherwise.


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

https://reviews.llvm.org/D103165

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to