summaryrefslogtreecommitdiff
path: root/o3tl/qa/test-span.cxx
AgeCommit message (Expand)AuthorFilesLines
2023-10-11Drop o3tl::span, can use C++20 std::span directly nowStephan Bergmann1-60/+0
2020-02-22Adapt o3tl::span to removal of std::span::cbegin et alStephan Bergmann1-6/+0
2019-12-07Adapt o3tl::span to P1872R0Stephan Bergmann1-3/+4
2019-01-13array_view was changed to span in upcoming C++20Stephan Bergmann1-0/+65