aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite/std/ranges/subrange
AgeCommit message (Expand)AuthorFilesLines
2025-03-05libstdc++: Fix subrange conversion to pair-like [PR119121]Tomasz KamiƄski1-0/+29
2025-01-02Update copyright years.Jakub Jelinek7-7/+7
2024-11-14libstdc++: Fix get<0> constraint for lvalue ranges::subrange (LWG 3589)Jonathan Wakely1-0/+30
2024-01-03Update copyright years.Jakub Jelinek7-7/+7
2023-12-05libstdc++: Add workaround to std::ranges::subrange [PR111948]Jonathan Wakely1-0/+8
2023-09-15libstdc++: Remove dg-options "-std=gnu++20" from <concepts> and <ranges> testsJonathan Wakely8-16/+8
2023-09-15libstdc++: Replace dg-options "-std=c++20" with dg-add-options strict_stdJonathan Wakely1-2/+2
2023-01-16Update copyright years.Jakub Jelinek7-7/+7
2022-01-03Update copyright years.Jakub Jelinek7-7/+7
2021-10-19libstdc++: Implement LWG 3470 change to ranges::subrangePatrick Palka1-0/+19
2021-06-15libstdc++: Remove precondition checks from ranges::subrangeJonathan Wakely1-0/+26
2021-04-12libstdc++: Implement LWG 3404 for C++20 subrange [PR 100044]Jonathan Wakely1-0/+13
2021-01-04Update copyright years.Jakub Jelinek7-7/+7
2020-10-21libstdc++: Make structured bindings always work for subranges [PR 97512]Jonathan Wakely1-0/+33
2020-10-06libstdc++: Reduce uses of std::numeric_limitsJonathan Wakely1-0/+1
2020-09-28libstdc++: Reduce the size of a subrange with empty sentinel typePatrick Palka1-0/+28
2020-08-19libstdc++: Make make-unsigned-like-t<__int128> work [PR 96042]Jonathan Wakely1-0/+34
2020-04-28libstdc++: Fix subrange::advance and subrange::prev (LWG 3433)Patrick Palka1-0/+96
2020-03-11libstdc++: LWG 3286 ranges::size is not required to be valid after ...Patrick Palka1-0/+71
2020-02-19libstdc++: subrange converting constructor should disallow slicing (LWG 3282)Jonathan Wakely1-0/+31
2020-02-19libstdc++: tuple_element_t is also wrong for const subrange (LWG 3398)Jonathan Wakely1-0/+52