summaryrefslogtreecommitdiff
path: root/libcxx/include/__algorithm/unwrap_range.h
AgeCommit message (Expand)Author
2024-01-25[libc++] Fix missing and incorrect push/pop macros (#79204)Louis Dionne
2023-10-04[libc++] Remove unused defaulted template arg from `__rewrap_range`. (#67733)Amirreza Ashouri
2023-02-21[libc++] Forward to std::memcmp for trivially comparable types in equalNikolas Klauser
2023-02-15[libc++][NFC] Replace _LIBCPP_STD_VER > x with _LIBCPP_STD_VER >= xNikolas Klauser
2022-08-18[libc++] Make <ranges> non-experimentalLouis Dionne
2022-07-28[libc++] Fix unwrapping ranges with different iterators and sentinelsNikolas Klauser