summaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/debug/array
AgeCommit message (Expand)Author
2025-01-02Update copyright years.Jakub Jelinek
2024-09-25libstdc++: #ifdef out #pragma GCC system_headerJason Merrill
2024-01-03Update copyright years.Jakub Jelinek
2023-01-16Update copyright years.Jakub Jelinek
2022-01-03Update copyright years.Jakub Jelinek
2021-07-22libstdc++: Restore __gnu_debug::array [PR100682]Jonathan Wakely
2020-11-09libstdc++: Remove <debug/array>François Dumont
2020-02-27libstdc++: Define <=> for Debug Mode arrayJonathan Wakely
2020-01-01Update copyright years.Jakub Jelinek
2019-11-26libstdc++: Add C++20 P1032 constexpr to _GLIBCXX_DEBUG arrayFrançois Dumont
2019-09-30Implement C++20 constexpr comparison operators for __debug::array (P1023).François Dumont
2019-09-26Define std::to_array for Debug ModeJonathan 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-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-08-23Add C++17 constexpr to debug and profile mode arraysJonathan Wakely
2016-06-23array (array<>::swap): Fix noexcept qualificaton for zero-size array.François Dumont
2016-01-04Update copyright years.Jakub Jelinek
2015-06-23array: Include <array>.François Dumont
2015-06-05Add __is_nothrow_swappable and take it into use.Ville Voutilainen
2015-05-292015-05-29 François Dumont fdumont@gcc.gnu.org>François Dumont
2015-05-28re PR libstdc++/65352 (array<T,0>::begin()/end() etc. forms a null reference ...Jonathan Wakely
2015-01-05Update copyright years.Jakub Jelinek
2014-05-13re PR libstdc++/60497 (unique_ptr<T> tries to complete its type T even though...Jonathan Wakely
2014-01-02Update copyright years in libstdc++-v3/Richard Sandiford
2013-09-21Print additional info when various out-of-range conditions are detected.Paul Pluzhnikov
2013-09-18re PR libstdc++/58338 (Add noexcept to functions with a narrow contract)Marc Glisse
2013-04-03re PR libstdc++/56834 (Errors in <array> with --enable-symvers=gnu-versioned-...Paolo Carlini
2013-02-03Update copyright in libstdc++-v3.Richard Sandiford
2012-11-07array (_GLIBCXX_THROW_OR_ABORT): Move...Paolo Carlini
2012-11-07re PR libstdc++/51850 (debug mode for std::array and tr1::array)Paolo Carlini