[libcxx-commits] [PATCH] D97443: [libcxx] adds concept std::copyable
Zoe Carver via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Mar 5 21:27:26 PST 2021
zoecarver added inline comments.
================
Comment at: libcxx/test/std/concepts/object/copyable.compile.pass.cpp:111
+
+int main(int, char**) { return 0; }
----------------
zoecarver wrote:
> I think this test can/should be a `.verify.cpp` test because there's not actually any runtime logic.
I just saw this is marked as `compile.pass`, I suppose that does the same thing.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D97443/new/
https://reviews.llvm.org/D97443
More information about the libcxx-commits
mailing list