aboutsummaryrefslogtreecommitdiff
path: root/libcxx/include/__ranges/drop_view.h
AgeCommit message (Expand)AuthorFilesLines
2021-08-27[libc++][NFC] Remove useless _LIBCPP_PUSH_MACROSLouis Dionne1-5/+0
2021-08-17[libc++] Do not require movability in __non_propagating_cache::__emplace_derefLouis Dionne1-1/+1
2021-08-06[libc++] IWYU to fix Modules complaints about _LIBCPP_ASSERT. NFCI.Arthur O'Dwyer1-0/+1
2021-07-22[libc++] Add helper type non-propagating-cacheLouis Dionne1-49/+10
2021-07-19[libc++] Add a bunch of missing _LIBCPP_HIDE_FROM_ABI in <ranges>Louis Dionne1-3/+14
2021-07-16[libcxx][modularisation] adds several headers to the module mapChristopher Di Bella1-0/+3
2021-07-15[libc++] Implement views::all_t and ranges::viewable_rangeLouis Dionne1-3/+1
2021-07-12[libc++] NFC: Fix synopsis comments and sort includes in rangesLouis Dionne1-3/+3
2021-07-09[libcxx][ranges] Add `ranges::transform_view`.zoecarver1-0/+1
2021-06-24[libcxx][ranges] Enable borrowed range for drop view when T has borrowing ena...zoecarver1-0/+3
2021-06-23[libcxx][views] Add drop_view.zoecarver1-0/+154