aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite/20_util/default_delete
AgeCommit message (Expand)AuthorFilesLines
2025-01-02Update copyright years.Jakub Jelinek3-3/+3
2024-08-28libstdc++: fix testcase regexpJason Merrill1-1/+1
2024-01-03Update copyright years.Jakub Jelinek3-3/+3
2023-01-16Update copyright years.Jakub Jelinek3-3/+3
2022-11-08libstdc++: Fix -Wsystem-headers warnings in testsJonathan Wakely1-0/+3
2022-01-03Update copyright years.Jakub Jelinek3-3/+3
2021-09-28libstdc++: Fix 48631_neg test in _GLIBCXX_INLINE_VERSION modeFrançois Dumont1-1/+1
2021-07-27libstdc++: Remove unnecessary uses of <utility>Jonathan Wakely2-2/+2
2021-01-04Update copyright years.Jakub Jelinek3-3/+3
2020-06-08libstdc++: Fix failing testsJonathan Wakely2-2/+2
2020-04-09libstdc++: Add comparison operators to std::unique_ptrJonathan Wakely2-2/+2
2020-01-01Update copyright years.Jakub Jelinek3-3/+3
2019-05-10PR libstdc++/90388 fix std::hash<unique_ptr<T,D>> bugsJonathan Wakely1-1/+1
2019-01-01Update copyright years.Jakub Jelinek3-3/+3
2018-01-03Update copyright years.Jakub Jelinek3-3/+3
2017-04-21Avoid deprecated warnings about std::auto_ptr in library headersJonathan Wakely2-2/+2
2017-01-01Update copyright years.Jakub Jelinek3-3/+3
2016-11-14Implement P0513R0, Poisoning the Hash.Ville Voutilainen2-2/+2
2016-10-21Split <functional> into smaller piecesJonathan Wakely2-2/+2
2016-08-26Use effective-target instead of -std optionsJonathan Wakely3-6/+3
2016-01-04Update copyright years.Jakub Jelinek3-3/+3
2015-08-08Implement N4089 Safe conversions in unique_ptr<T[]> (LWG 2118) and N4366 LWG ...Ville Voutilainen1-3/+2
2015-01-05Update copyright years.Jakub Jelinek3-3/+3
2014-10-16libstdc++.exp: Prefer -std=gnu++11.Paolo Carlini2-2/+2
2014-01-02Update copyright years in libstdc++-v3/Richard Sandiford3-3/+3
2013-10-3148631_neg.cc: Tweak dg-prune.Paolo Carlini1-0/+1
2013-10-30shared_ptr (__shared_ptr): Assert non-void pointer.Jonathan Wakely1-0/+30
2013-06-03re PR c++/57419 (Access control doesn't stop referring to a deleted function)Paolo Carlini1-1/+1
2013-05-18unique_ptr.h (make_unique): Declare inline.Jonathan Wakely1-1/+1
2013-02-03Update copyright in libstdc++-v3.Richard Sandiford2-2/+2
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek1-1/+1
2012-12-20functional (_Require): Move to ...Jonathan Wakely1-1/+1
2012-08-03memory: Include auto_ptr.h later.Jonathan Wakely1-2/+2
2011-04-16re PR libstdc++/48631 ([C++0x] default_delete<T[]> accepts pointer conversion...Daniel Krugler1-0/+30
2011-01-18unique_ptr.h (default_delete<>::default_delete()): Declare defaulted per DR 1...Paolo Carlini1-1/+1
2010-11-06shared_ptr.h (shared_ptr<>::__shared_ptr(), [...]): Add constexpr specifier.Paolo Carlini1-2/+2
2010-11-01libstdc++: N3126 draft support.Benjamin Kosnik1-0/+29