summaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/std/array
AgeCommit message (Expand)Author
2025-07-14libstdc++: Add comments to deleted std::swap overloads for LWG 2766Jonathan Wakely
2025-01-02Update copyright years.Jakub Jelinek
2024-12-11libstdc++: Skip redundant assertions in std::array equality [PR106212]Jonathan Wakely
2024-09-25libstdc++: #ifdef out #pragma GCC system_headerJason Merrill
2024-06-21libstdc++: Fix std::to_array for trivial-ish types [PR115522]Jonathan Wakely
2024-01-03Update copyright years.Jakub Jelinek
2023-11-21libstdc++: Add freestanding feature test macros (P2407R5)Jonathan Wakely
2023-11-16libstdc++: Only declare feature test macros in standard headersJonathan Wakely
2023-09-25libstdc++: Prevent unwanted ADL in std::to_array [PR111512]Jonathan Wakely
2023-08-16libstdc++: Replace all manual FTM definitions and useArsen Arsenović
2023-06-20libstdc++: Remove redundant code in std::to_arrayJonathan Wakely
2023-06-09libstdc++: Optimize std::to_array for trivial types [PR110167]Jonathan Wakely
2023-06-06libstdc++: Fix ambiguous expression in std::array<T, 0>::front() [PR110139]Jonathan Wakely
2023-01-16Update copyright years.Jakub Jelinek
2023-01-04libstdc++: Fix std::array<T, 0>::data() to be a constant expression [PR108258]Jonathan Wakely
2022-11-08libstdc++: Fix -Wsystem-headers warningsJonathan Wakely
2022-05-04libstdc++: Add always_inline to the simplest std::array accessors [PR104719]Jonathan Wakely
2022-05-04libstdc++: Simplify std::array accessors [PR104719]Jonathan Wakely
2022-02-01Declare std::array members with attribute const [PR101831].Martin Sebor
2022-01-03Update copyright years.Jakub Jelinek
2021-12-01libstdc++: Define std::__is_constant_evaluated() for internal useJonathan Wakely
2021-11-04libstdc++: Optimize std::tuple_element and std::tuple_size_vJonathan Wakely
2021-08-04libstdc++: Add [[nodiscard]] to sequence containersJonathan Wakely
2021-07-27libstdc++: Reduce header dependencies on <array> and <utility>Jonathan Wakely
2021-01-04Update copyright years.Jakub Jelinek
2020-12-03libstdc++: Disable std::array assertions for C++11 constexprJonathan Wakely
2020-11-09libstdc++: Remove <debug/array>François Dumont
2020-09-02libstdc++: Fix three-way comparison for std::array [PR 96851]Jonathan Wakely
2020-01-01Update copyright years.Jakub Jelinek
2019-12-05libstdc++: Implement spaceship for std::array (P1614R2)Jonathan Wakely
2019-11-15Implement the <array> part of C++20 p1032 Misc constexpr bits.Edward Smith-Rowland
2019-09-26Remove include directives for deleted Profile Mode headersJonathan Wakely
2019-08-08P0325R4 to_array from LFTS with updatesJonathan Wakely
2019-08-01Implement C++20 p0202 - Add Constexpr Modifiers to Functions in <algorithm> a...Edward Smith-Rowland
2019-06-06Avoid unnecessary inclusion of <stdexcept> headerJonathan Wakely
2019-01-21Fix after P0600.Ulrich Drepper
2019-01-01Update copyright years.Jakub Jelinek
2018-01-03Update copyright years.Jakub Jelinek
2017-10-30Implement LWG 2485Ville Voutilainen
2017-10-25PR libstdc++/82716 avoid stupid -Wmismatched-tags warningsJonathan Wakely
2017-03-22Add deduction guides for C++17 (P0433R2, partial)Jonathan Wakely
2017-01-01Update copyright years.Jakub Jelinek
2016-12-08Delete std::swap for debug mode arrayJonathan Wakely
2016-12-01Implement LWG 2766,Ville Voutilainen
2016-08-23Add constexpr to <iterator> and <array> for C++17Jonathan Wakely
2016-07-31libstdc++/72745 add static assertion for invalid tuple accessJonathan Wakely
2016-06-16Provide swappable traits (p0185r1)Daniel Kruegler
2016-06-16Remove trailing whitespace from libstdc++ headersJonathan Wakely
2016-01-04Update copyright years.Jakub Jelinek
2015-06-23array: Include <array>.François Dumont