aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite/20_util/reference_wrapper
AgeCommit message (Expand)AuthorFilesLines
2025-01-02Update copyright years.Jakub Jelinek17-17/+17
2024-04-15libstdc++: Add std::reference_wrapper comparison operators for C++26Jonathan Wakely1-0/+95
2024-01-03Update copyright years.Jakub Jelinek17-17/+17
2023-09-16libstdc++: Remove dg-options "-std=gnu++20" from 20_utils testsJonathan Wakely2-4/+2
2023-01-16Update copyright years.Jakub Jelinek17-17/+17
2022-08-31libstdc++: Add noexcept-specifier to std::reference_wrapper::operator()Jonathan Wakely1-0/+15
2022-08-31libstdc++: Improve comments in std::reference_wrapper testsJonathan Wakely3-2/+6
2022-01-14libstdc++: Add attribute to features deprecated in C++17 [PR91260]Jonathan Wakely2-13/+123
2022-01-03Update copyright years.Jakub Jelinek17-17/+17
2021-05-10libstdc++: Remove redundant -std=gnu++17 option from remaining testsJonathan Wakely2-2/+0
2021-01-04Update copyright years.Jakub Jelinek17-17/+17
2020-11-05c++: Implement -Wvexing-parse [PR25814]Marek Polacek1-1/+1
2020-07-31libstdc++: Use c++NN_only effective target to testsJonathan Wakely1-1/+1
2020-01-01Update copyright years.Jakub Jelinek17-17/+17
2019-10-31Add remaining changes from P1065R2 "constexpr INVOKE"Jonathan Wakely1-0/+45
2019-01-29Fix tests that fail in C++2a modeJonathan Wakely4-0/+4
2019-01-11P0357R3 reference_wrapper for incomplete typesJonathan Wakely1-0/+36
2019-01-01Update copyright years.Jakub Jelinek15-15/+15
2018-08-23Remove C++14-isms from C++11 testsJonathan Wakely1-1/+1
2018-06-15LWG 2993 reference_wrapper<T> conversion from T&&Jonathan Wakely2-0/+100
2018-01-03Update copyright years.Jakub Jelinek13-13/+13
2017-12-14PR libstdc++/83427 detect weak result type from noexcept functionsJonathan Wakely1-0/+39
2017-04-24PR libstdc++/80504 qualify calls to avoid ADLJonathan Wakely1-0/+34
2017-04-03Uncomment std::reference_wrapper tests that no longer failJonathan Wakely1-6/+5
2017-01-01Update copyright years.Jakub Jelinek11-11/+11
2016-10-12testsuite_hooks.h: Rewrite VERIFY in terms of __builtin_printf and __builtin_...Paolo Carlini1-2/+0
2016-08-26Use effective-target instead of -std optionsJonathan Wakely10-19/+10
2016-08-17Fix invalid dg-do directiveJonathan Wakely1-2/+1
2016-01-04Update copyright years.Jakub Jelinek11-11/+11
2015-01-05Update copyright years.Jakub Jelinek11-11/+11
2014-11-11Define __void_t and SFINAE-friendly iterator_traits.Jonathan Wakely1-2/+1
2014-11-04Make reference_wrapper trivially copyable.Jonathan Wakely1-0/+32
2014-10-16libstdc++.exp: Prefer -std=gnu++11.Paolo Carlini9-9/+9
2014-01-02Update copyright years in libstdc++-v3/Richard Sandiford10-10/+10
2013-05-21re PR libstdc++/57336 (Cannot INVOKE a reference_wrapper around an abstract t...Jonathan Wakely1-0/+37
2013-04-22re PR c++/48665 (type of const member function)Jason Merrill2-18/+18
2013-04-07functional (_Derives_from_unary_function): Remove.François Dumont1-1/+2
2013-02-03Update copyright in libstdc++-v3.Richard Sandiford9-9/+9
2012-02-21re PR libstdc++/52317 (incorrect FSF address)Paolo Carlini1-4/+3
2011-06-22invoke.cc: Avoid -Wall warnings.Paolo Carlini3-11/+12
2011-06-09prune.exp (libstdc++-dg-prune): Prune notes.Jason Merrill1-2/+2
2011-04-19re PR libstdc++/48521 ([C++0x] std::result_of doesn't work with pointer to me...Jonathan Wakely6-42/+289
2010-10-06functional (struct _Weak_result_type_impl): Add specializazions for cv-qualif...Paolo Carlini2-0/+111
2010-05-20[multiple changes]Paolo Carlini1-0/+34
2010-01-256.cc: Use an int as loop variable, to avoid -Wall warnings.Paolo Carlini2-20/+17
2010-01-12re PR libstdc++/24803 ([c++0x] reference_wrapper and pointers to member funct...Jonathan Wakely2-31/+4
2009-04-09Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception.Jakub Jelinek3-23/+12
2008-11-05re PR libstdc++/38017 (30_threads/thread/cons/X.cc)Jonathan Wakely1-2/+2
2008-11-05re PR libstdc++/24803 ([c++0x] reference_wrapper and pointers to member funct...Jonathan Wakely1-2/+2
2008-10-1024803.cc: Avoid uninitialized warnings.Paolo Carlini1-10/+10