aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/debug/array
AgeCommit message (Expand)AuthorFilesLines
2025-01-02Update copyright years.Jakub Jelinek1-1/+1
2024-09-25libstdc++: #ifdef out #pragma GCC system_headerJason Merrill1-0/+2
2024-01-03Update copyright years.Jakub Jelinek1-1/+1
2023-01-16Update copyright years.Jakub Jelinek1-1/+1
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-07-22libstdc++: Restore __gnu_debug::array [PR100682]Jonathan Wakely1-0/+45
2020-11-09libstdc++: Remove <debug/array>François Dumont1-408/+0
2020-02-27libstdc++: Define <=> for Debug Mode arrayJonathan Wakely1-0/+20
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-11-26libstdc++: Add C++20 P1032 constexpr to _GLIBCXX_DEBUG arrayFrançois Dumont1-2/+3
2019-09-30Implement C++20 constexpr comparison operators for __debug::array (P1023).François Dumont1-0/+6
2019-09-26Define std::to_array for Debug ModeJonathan Wakely1-0/+39
2019-01-21Fix after P0600.Ulrich Drepper1-2/+2
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-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-0/+8
2016-08-23Add C++17 constexpr to debug and profile mode arraysJonathan Wakely1-26/+26
2016-06-23array (array<>::swap): Fix noexcept qualificaton for zero-size array.François Dumont1-4/+3
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-06-23array: Include <array>.François Dumont1-2/+11
2015-06-05Add __is_nothrow_swappable and take it into use.Ville Voutilainen1-1/+1
2015-05-292015-05-29 François Dumont fdumont@gcc.gnu.org>François Dumont1-1/+2
2015-05-28re PR libstdc++/65352 (array<T,0>::begin()/end() etc. forms a null reference ...Jonathan Wakely1-2/+2
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
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/+7
2013-09-18re PR libstdc++/58338 (Add noexcept to functions with a narrow contract)Marc Glisse1-5/+5
2013-04-03re PR libstdc++/56834 (Errors in <array> with --enable-symvers=gnu-versioned-...Paolo Carlini1-6/+0
2013-02-03Update copyright in libstdc++-v3.Richard Sandiford1-1/+1
2012-11-07array (_GLIBCXX_THROW_OR_ABORT): Move...Paolo Carlini1-13/+3
2012-11-07re PR libstdc++/51850 (debug mode for std::array and tr1::array)Paolo Carlini1-0/+321