[libcxx-commits] [PATCH] D128146: [libc++] Use uninitialized algorithms for vector
Evgeny Eltsin via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Sat Jul 23 22:25:44 PDT 2022
eaeltsin added a comment.
Thanks a lot, @huixie90!
Then it might be, that the tests I'm seeing failing were calling one ctor before this patch and another ctor with this patch.
Maybe now this ctor resolution flakiness happens where `memcpy` versions were called before? Thinking about how to check this...
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D128146/new/
https://reviews.llvm.org/D128146
More information about the libcxx-commits
mailing list