]> git.ipfire.org Git - thirdparty/gcc.git/history - libstdc++-v3/include/std/span
Update copyright years.
[thirdparty/gcc.git] / libstdc++-v3 / include / std / span
2024-01-03  Jakub JelinekUpdate copyright years.
2023-11-21  Jonathan Wakelylibstdc++: Add std::span::at for C++26 (P2821R5)
2023-11-11  Jonathan Wakelylibstdc++: Add [[nodiscard]] to std::span members
2023-08-16  Arsen Arsenovićlibstdc++: Replace all manual FTM definitions and use
2023-04-14  Patrick Palkalibstdc++: Implement P2278R4 "cbegin should always...
2023-01-16  Jakub JelinekUpdate copyright years.
2023-01-10  Jonathan Wakelylibstdc++: Fix std::span constraint for sizeof(size_t...
2022-01-03  Jakub JelinekUpdate copyright years.
2021-11-01  Jonathan Wakelylibstdc++: Reorder constraints on std::span::span(Range...
2021-10-21  Patrick Palkalibstdc++: Implement P1739R4 changes to views::take...
2021-09-16  Jonathan Wakelylibstdc++: Add missing constraint to std::span deductio...
2021-08-31  Jonathan Wakelylibstdc++: Add valid range checks to std::span construc...
2021-07-12  Jonathan Wakelylibstdc++: Constrain std::as_writable_bytes [PR101411]
2021-06-18  Patrick Palkalibstdc++: Implement P2325 changes to default-construct...
2021-01-04  Jakub JelinekUpdate copyright years.
2020-11-09  François Dumontlibstdc++: Remove <debug/array>
2020-10-28  Jonathan Wakelylibstdc++: Make std::span layout-compatible with struct...
2020-09-22  Jonathan Wakelylibstdc++: Introduce new headers for C++20 ranges compo...
2020-09-22  Patrick Palkalibstdc++: Remove overzealous static_asserts from std...
2020-02-24  Jonathan Wakelylibstdc++: enable_view has false positives (LWG 3326)
2020-02-19  Jonathan Wakelylibstdc++: span's deduction-guide for built-in arrays...
2020-02-19  Jonathan Wakelylibstdc++: Remove std::span::cbegin and std::span:...
2020-02-19  Jonathan Wakelylibstdc++: "safe" in several library names is misleadin...
2020-02-18  Jonathan Wakelylibstdc++: P1976R2 Fixed-size span construction from...
2020-02-18  Jonathan Wakelylibstdc++: Fix and simplify constraints on std::span...
2020-02-18  Jonathan Wakelylibstdc++: Reorder declarations of std::span members
2020-02-18  Jonathan Wakelylibstdc++: P2116R0 Remove tuple-like protocol support...
2020-01-27  Jonathan Wakelylibstdc++: Fix deduction guide for std::span (PR93426)
2020-01-01  Jakub JelinekUpdate copyright years.
2019-12-10  Jonathan Wakelylibstdc++: Correct noexcept-specifiers on span constructors
2019-12-10  Jonathan Wakelylibstdc++: Reduce header dependencies in <span>
2019-12-09  Jonathan Wakelylibstdc++: Implement ranges::safe_range for C++20 ...
2019-12-05  JeanHeyd "ThePhD... libstdc++: Implement P1872R0 and P1394R0 for std::span
2019-09-30  Jonathan WakelyImplement LWG 3255 for std::span constructors
2019-09-09  Jonathan WakelyImprove constraints for std::span constructors
2019-09-05  Jonathan WakelyImprove precondition checks for std::span
2019-09-05  JeanHeyd MeneideImplement std::span for C++20