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

David Blaikie via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 18 12:22:15 PST 2019


dblaikie added a comment.

There should be an rvalue overload of std::vector<T>::push_back - is there not? ( https://en.cppreference.com/w/cpp/container/vector/push_back )


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