[PATCH] D35145: Use emplace_back to replace size() and resize().
Craig Topper via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 10 08:36:50 PDT 2017
craig.topper added a comment.
Doesn't C++11 guarantee constant time for std::list::size?
https://reviews.llvm.org/D35145
More information about the llvm-commits
mailing list