[libcxx-commits] [PATCH] D96657: [libcxx] adds common_reference to <type_traits>

Christopher Di Bella via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Sat Feb 13 16:44:06 PST 2021


cjdb created this revision.
cjdb added reviewers: ldionne, EricWF, miscco, CaseyCarter, Mordante, curdeius.
cjdb requested review of this revision.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.

Reworks D74351 <https://reviews.llvm.org/D74351> to use requires-clauses over SFINAE and so that it more closely follows the wording. Reviewers should probably look at the differences between D74351 <https://reviews.llvm.org/D74351> and this patch's type_traits (differences in the test are not interesting).


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D96657

Files:
  libcxx/include/type_traits
  libcxx/test/std/utilities/meta/meta.trans/meta.trans.other/common_reference.compile.pass.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D96657.323581.patch
Type: text/x-patch
Size: 14670 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20210214/e2f24949/attachment.bin>


More information about the libcxx-commits mailing list