[libcxx-commits] [PATCH] D119385: Use trivial relocation operations in std::vector, by porting D67524 and part of D61761 to work on top of the changes in D114732.
Devin Jeanpierre via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Mar 18 14:57:49 PDT 2022
devin.jeanpierre added inline comments.
================
Comment at: libcxx/test/libcxx/type_traits/is_trivially_relocatable.pass.cpp:243
+
+int main(int, char**) { return 0; }
----------------
This should also be a `.compile.pass.cpp`. Just making the comment now before anyone else does -- I have to step away from my computer for a bit, but will get back to it.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D119385/new/
https://reviews.llvm.org/D119385
More information about the libcxx-commits
mailing list