diff options
author | Louis Dionne <ldionne.2@gmail.com> | 2021-08-11 17:36:35 -0400 |
---|---|---|
committer | Louis Dionne <ldionne.2@gmail.com> | 2021-08-26 14:07:21 -0400 |
commit | ee44dd8062a26541808fc0d3fd5c6703e19f6016 (patch) | |
tree | 387c1eb6f65d2f4b5c511f6ee06ca640f2881de5 /llvm/lib/Bitcode/Writer/BitcodeWriter.cpp | |
parent | 035325275c79e19414b45eca9d2fbd6ab8e25209 (diff) | |
download | llvm-ee44dd8062a26541808fc0d3fd5c6703e19f6016.zip llvm-ee44dd8062a26541808fc0d3fd5c6703e19f6016.tar.gz llvm-ee44dd8062a26541808fc0d3fd5c6703e19f6016.tar.bz2 |
[libc++] Implement the underlying mechanism for range adaptors
This patch implements the underlying mechanism for range adaptors. It
does so based on http://wg21.link/p2387, even though that paper hasn't
been adopted yet. In the future, if p2387 is adopted, it would suffice
to rename `__bind_back` to `std::bind_back` and `__range_adaptor_closure`
to `std::range_adaptor_closure` to implement that paper by the spec.
Differential Revision: https://reviews.llvm.org/D107098
Diffstat (limited to 'llvm/lib/Bitcode/Writer/BitcodeWriter.cpp')
0 files changed, 0 insertions, 0 deletions