[libcxx-commits] [PATCH] D74291: [libcxx] Adds [concept.same]
Christopher Di Bella via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Sat Feb 8 16:59:55 PST 2020
cjdb created this revision.
cjdb added reviewers: mclow.lists, EricWF, CaseyCarter, eric_niebler, miscco.
Herald added subscribers: libcxx-commits, ldionne, christof.
Adds `std::same_as` to libc++. Since there aren't clang-format rules for //requires-expressions//, I'll need to disable the formatter in certain areas.
Repository:
rCXX libc++
https://reviews.llvm.org/D74291
Files:
libcxx/CREDITS.TXT
libcxx/include/concepts
libcxx/test/std/concepts/lang/same_as.pass.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D74291.243417.patch
Type: text/x-patch
Size: 12656 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20200209/dbd3ba72/attachment-0001.bin>
More information about the libcxx-commits
mailing list