[PATCH] D58117: Workaround std::thread begin not copy-constructible

serge via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Feb 17 21:56:56 PST 2019


serge-sans-paille added a comment.

Yeah, especially as he copy constructor is deleted, push_back implies a copy, so relying on the compiler to optimize to a move seems fragile.


Repository:
  rCRT Compiler Runtime

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

https://reviews.llvm.org/D58117





More information about the llvm-commits mailing list