llvm/libcxx/test
Louis Dionne ee44dd8062 [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
2021-08-26 14:07:21 -04:00
..
configs [runtimes] Move enable_32bit to the DSL 2021-07-06 08:42:07 -04:00
libcxx [libc++] Implement the underlying mechanism for range adaptors 2021-08-26 14:07:21 -04:00
std [libc++] Implement the underlying mechanism for range adaptors 2021-08-26 14:07:21 -04:00
support [libc++][NFC] Fix typo in test/support/test_range.h 2021-08-26 10:34:50 -04:00
CMakeLists.txt [runtimes] Simplify how we set the target triple 2021-07-16 10:33:39 -04:00
lit.cfg.py