aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/std/array
AgeCommit message (Expand)AuthorFilesLines
7 dayslibstdc++: Fix std::to_array for trivial-ish types [PR115522]Jonathan Wakely1-2/+6
2024-01-03Update copyright years.Jakub Jelinek1-1/+1
2023-11-21libstdc++: Add freestanding feature test macros (P2407R5)Jonathan Wakely1-0/+1
2023-11-16libstdc++: Only declare feature test macros in standard headersJonathan Wakely1-0/+2
2023-09-25libstdc++: Prevent unwanted ADL in std::to_array [PR111512]Jonathan Wakely1-2/+2
2023-08-16libstdc++: Replace all manual FTM definitions and useArsen Arsenović1-4/+6
2023-06-20libstdc++: Remove redundant code in std::to_arrayJonathan Wakely1-2/+2
2023-06-09libstdc++: Optimize std::to_array for trivial types [PR110167]Jonathan Wakely1-16/+37
2023-06-06libstdc++: Fix ambiguous expression in std::array<T, 0>::front() [PR110139]Jonathan Wakely1-5/+5
2023-01-16Update copyright years.Jakub Jelinek1-1/+1
2023-01-04libstdc++: Fix std::array<T, 0>::data() to be a constant expression [PR108258]Jonathan Wakely1-1/+1
2022-11-08libstdc++: Fix -Wsystem-headers warningsJonathan Wakely1-2/+2
2022-05-04libstdc++: Add always_inline to the simplest std::array accessors [PR104719]Jonathan Wakely1-4/+4
2022-05-04libstdc++: Simplify std::array accessors [PR104719]Jonathan Wakely1-45/+35
2022-02-01Declare std::array members with attribute const [PR101831].Martin Sebor1-8/+8
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-12-01libstdc++: Define std::__is_constant_evaluated() for internal useJonathan Wakely1-3/+1
2021-11-04libstdc++: Optimize std::tuple_element and std::tuple_size_vJonathan Wakely1-0/+8
2021-08-04libstdc++: Add [[nodiscard]] to sequence containersJonathan Wakely1-1/+37
2021-07-27libstdc++: Reduce header dependencies on <array> and <utility>Jonathan Wakely1-17/+13
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-12-03libstdc++: Disable std::array assertions for C++11 constexprJonathan Wakely1-0/+6
2020-11-09libstdc++: Remove <debug/array>François Dumont1-31/+35
2020-09-02libstdc++: Fix three-way comparison for std::array [PR 96851]Jonathan Wakely1-9/+13
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-12-05libstdc++: Implement spaceship for std::array (P1614R2)Jonathan Wakely1-0/+20
2019-11-15Implement the <array> part of C++20 p1032 Misc constexpr bits.Edward Smith-Rowland1-3/+3
2019-09-26Remove include directives for deleted Profile Mode headersJonathan Wakely1-4/+0
2019-08-08P0325R4 to_array from LFTS with updatesJonathan Wakely1-1/+39
2019-08-01Implement C++20 p0202 - Add Constexpr Modifiers to Functions in <algorithm> a...Edward Smith-Rowland1-0/+7
2019-06-06Avoid unnecessary inclusion of <stdexcept> headerJonathan Wakely1-1/+1
2019-01-21Fix after P0600.Ulrich Drepper1-1/+1
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-10-30Implement LWG 2485Ville Voutilainen1-0/+8
2017-10-25PR libstdc++/82716 avoid stupid -Wmismatched-tags warningsJonathan Wakely1-2/+2
2017-03-22Add deduction guides for C++17 (P0433R2, partial)Jonathan Wakely1-0/+7
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-12-08Delete std::swap for debug mode arrayJonathan Wakely1-1/+0
2016-12-01Implement LWG 2766,Ville Voutilainen1-0/+8
2016-08-23Add constexpr to <iterator> and <array> for C++17Jonathan Wakely1-18/+18
2016-07-31libstdc++/72745 add static assertion for invalid tuple accessJonathan Wakely1-3/+3
2016-06-16Provide swappable traits (p0185r1)Daniel Kruegler1-2/+14
2016-06-16Remove trailing whitespace from libstdc++ headersJonathan Wakely1-19/+19
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-06-23array: Include <array>.François Dumont1-0/+5
2015-06-05Add __is_nothrow_swappable and take it into use.Ville Voutilainen1-1/+1
2015-05-28re PR libstdc++/65352 (array<T,0>::begin()/end() etc. forms a null reference ...Jonathan Wakely1-2/+10
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-05-15tuple (tuple_size<cv _Tp>): Implement LWG 2313.Jonathan Wakely1-0/+2