summaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite/std/ranges/access/data.cc
Commit message (Expand)AuthorAgeFilesLines
* Update copyright years.Jakub Jelinek2022-01-031-1/+1
* libstdc++: Revert final/non-addressable changes to ranges CPOsJonathan Wakely2021-06-161-0/+2
* libstdc++: Fix helper concept for ranges::data [PR 100824]Jonathan Wakely2021-06-041-1/+5
* libstdc++: Fix value categories used by ranges access CPOs [PR 100824]Jonathan Wakely2021-06-041-9/+30
* Update copyright years.Jakub Jelinek2021-01-041-1/+1
* libstdc++: "safe" in several library names is misleading (LWG 3379)Jonathan Wakely2020-02-191-2/+2
* Update copyright years.Jakub Jelinek2020-01-011-1/+1
* libstdc++: Implement ranges::safe_range for C++20 (P1870R1)Jonathan Wakely2019-12-091-2/+7
* Partial implementation of C++20 of <ranges> headerJonathan Wakely2019-10-311-1/+1
* Add iterator concepts and range access customization points for C++20Jonathan Wakely2019-10-291-0/+78