aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/std/array
AgeCommit message (Expand)AuthorFilesLines
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
2011-09-13tuple (_Head_base<>::_M_head, [...]): Change to static constexpr functions; a...Daniel Krugler1-5/+5
2011-09-07tuple (_Tuple_impl::_M_head, _M_tail): Mark constexpr.Benjamin Kosnik1-8/+8
2011-07-26array (at): Remove constexpr when -fno-exceptions.Benjamin Kosnik1-5/+10
2011-07-21array (array::at, [...]): Mark constexpr.Benjamin Kosnik1-6/+10
2011-05-19tuple (tuple_element<__i, [...]): Add.Paolo Carlini1-8/+4
2011-05-16utility (get(std::pair<>&&)): Add.Paolo Carlini1-22/+29
2011-01-30PR libstdc++/36104 part fourBenjamin Kosnik1-2/+5
2010-11-02cinttypes: Remove, move contents to C++0x and TR1 headers.Paolo Carlini1-17/+227
2010-07-27[multiple changes]Paolo Carlini1-0/+1
2010-02-10hashtable.h: Fold in include/tr1_impl/hashtable.h contents.Paolo Carlini1-2/+2