[libcxx-commits] [PATCH] D108216: [libc++] Use enable_if_t instead of _EnableIf
Louis Dionne via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Sep 7 18:41:38 PDT 2021
ldionne updated this revision to Diff 371232.
ldionne retitled this revision from "[libc++] Formulate _EnableIf in terms of std::enable_if" to "[libc++] Use enable_if_t instead of _EnableIf".
ldionne edited the summary of this revision.
ldionne added a comment.
Rebase onto main
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D108216/new/
https://reviews.llvm.org/D108216
Files:
libcxx/include/__functional/bind_back.h
libcxx/include/__functional/bind_front.h
libcxx/include/__functional/not_fn.h
libcxx/include/__functional/perfect_forward.h
libcxx/include/__memory/construct_at.h
libcxx/include/array
libcxx/include/bit
libcxx/include/cmath
libcxx/include/deque
libcxx/include/forward_list
libcxx/include/list
libcxx/include/map
libcxx/include/optional
libcxx/include/queue
libcxx/include/set
libcxx/include/stack
libcxx/include/string
libcxx/include/type_traits
libcxx/include/unordered_map
libcxx/include/unordered_set
libcxx/include/vector
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D108216.371232.patch
Type: text/x-patch
Size: 73534 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20210908/8ac6fe47/attachment-0001.bin>
More information about the libcxx-commits
mailing list