[all-commits] [llvm/llvm-project] 199d2e: [libc++] Use _EnableIf and __iter_value_type consi...
Quuxplusone via All-commits
all-commits at lists.llvm.org
Mon Mar 29 06:23:24 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 199d2ebeed8382071809983f016e482b1d013b62
https://github.com/llvm/llvm-project/commit/199d2ebeed8382071809983f016e482b1d013b62
Author: Arthur O'Dwyer <arthur.j.odwyer at gmail.com>
Date: 2021-03-29 (Mon, 29 Mar 2021)
Changed paths:
M libcxx/include/deque
M libcxx/include/forward_list
M libcxx/include/list
M libcxx/include/queue
M libcxx/include/set
M libcxx/include/stack
M libcxx/include/string
M libcxx/include/vector
Log Message:
-----------
[libc++] Use _EnableIf and __iter_value_type consistently. NFCI.
Specifically, use these metafunctions consistently in areas that are
about to be affected by P1518R2's changes.
This is the NFCI part of https://reviews.llvm.org/D97742 .
The functional-change part is still waiting for P1518R2 to be
officially merged into the working draft.
More information about the All-commits
mailing list