summaryrefslogtreecommitdiff
path: root/libcxx/test/std/strings/string.view/string.view.deduct
AgeCommit message (Expand)Author
2024-05-22[NFC][libc++][test] Removes C++98 support. (#92930)Mark de Wever
2023-09-01[libc++] Apply clang formatting to all string unit testsBrendan Emery
2022-10-03[libc++] Suppress -Wctad-maybe-unsupported on types w/o deduction guidesLouis Dionne
2022-08-18[libc++] Make <ranges> non-experimentalLouis Dionne
2022-08-02[libc++] Implement P2499R0 (`string_view` range constructor should be `explic...Igor Zhukov
2022-03-13[libc++] Replace _LIBCPP_HAS_NO_CONCEPTS with _LIBCPP_STD_VER > 17. NFCI.Joe Loser
2022-02-21[libcxx][test] array and basic_string_view iterators are not portably pointersCasey Carter
2022-02-15[libc++] Guard much of std::ranges under _LIBCPP_HAS_NO_INCOMPLETE_RANGES.Arthur O'Dwyer
2021-12-01[libc++] Implement P1989R2: range constructor for string_viewJoe Loser