aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/std/array
AgeCommit message (Expand)AuthorFilesLines
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
2014-05-13re PR libstdc++/60497 (unique_ptr<T> tries to complete its type T even though...Jonathan Wakely1-1/+1
2014-01-02Update copyright years in libstdc++-v3/Richard Sandiford1-1/+1
2013-09-21Print additional info when various out-of-range conditions are detected.Paul Pluzhnikov1-2/+6
2013-09-18re PR libstdc++/58338 (Add noexcept to functions with a narrow contract)Marc Glisse1-5/+5
2013-02-03Update copyright in libstdc++-v3.Richard Sandiford1-1/+1
2012-11-17re PR libstdc++/55363 (tuple_size is not a class template)Paolo Carlini1-21/+28
2012-11-10* many: Replace uses of __GXX_EXPERIMENTAL_CXX0X__ with __cplusplus.Jason Merrill1-2/+2
2012-11-07re PR libstdc++/51850 (debug mode for std::array and tr1::array)Paolo Carlini1-8/+18
2012-10-18move.h (move_if_noexcept): Mark constexpr.Benjamin Kosnik1-4/+7
2012-10-04re PR libstdc++/53248 (std::array<T,0> doesn't work when T is not default-con...Paolo Carlini1-14/+35
2012-09-09re PR libstdc++/54388 (std::array.at() const results in undefined behaviour)Jonathan Wakely1-12/+4
2012-05-02re PR libstdc++/44015 (template parameters not documented)Benjamin Kosnik1-2/+2
2012-04-23re PR libstdc++/53080 (tuple interface to std::array doesn't check bounds)Paolo Carlini1-6/+19
2012-03-22array (array<>::at(size_type) const): Fix version for undefined __EXCEPTIONS.Paolo Carlini1-2/+3