[libcxx-commits] [PATCH] D74291: [libcxx] Adds [concept.same]
Christopher Di Bella via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Sun Feb 16 21:16:37 PST 2020
cjdb marked an inline comment as done.
cjdb added inline comments.
================
Comment at: libcxx/test/std/concepts/lang/same_as.pass.cpp:46
+class C4 {
+ int t1;
+ int t2;
----------------
miscco wrote:
> Out of curiosity should that be `T1 t1;` and below `T2 t2; `
It probably could be, but it doesn't make a difference for this test.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D74291/new/
https://reviews.llvm.org/D74291
More information about the libcxx-commits
mailing list