[libcxx-commits] [PATCH] D96232: [libcxx] adds concept `std::copy_constructible`
Louis Dionne via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Feb 9 14:55:58 PST 2021
ldionne accepted this revision.
ldionne added inline comments.
This revision is now accepted and ready to land.
================
Comment at: libcxx/test/std/concepts/lang/copyconstructible.compile.pass.cpp:21
+
+// Tests in this namespace are common with moveconstructible.pass.cpp
+// There are some interesting differences, so it's best if they're tested here
----------------
I'm not sure I follow that comment, but it's non-blocking.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D96232/new/
https://reviews.llvm.org/D96232
More information about the libcxx-commits
mailing list