[libcxx-commits] [PATCH] D96232: [libcxx] adds concept `std::copy_constructible`
Christopher Di Bella via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Feb 9 20:25:52 PST 2021
cjdb added inline comments.
================
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
----------------
ldionne wrote:
> I'm not sure I follow that comment, but it's non-blocking.
Does `s/common/shared/` make it a little clearer?
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