Daily bump.
[gcc.git] / libstdc++-v3 / testsuite / 20_util / reference_wrapper /
2021-01-04 Jakub JelinekUpdate copyright years.
2020-11-05 Marek Polacekc++: Implement -Wvexing-parse [PR25814]
2020-07-31 Jonathan Wakelylibstdc++: Use c++NN_only effective target to tests
2020-01-01 Jakub JelinekUpdate copyright years.
2019-10-31 Jonathan WakelyAdd remaining changes from P1065R2 "constexpr INVOKE"
2019-01-29 Jonathan WakelyFix tests that fail in C++2a mode
2019-01-11 Jonathan WakelyP0357R3 reference_wrapper for incomplete types
2019-01-01 Jakub JelinekUpdate copyright years.
2018-08-23 Jonathan WakelyRemove C++14-isms from C++11 tests
2018-06-15 Jonathan WakelyLWG 2993 reference_wrapper<T> conversion from T&&
2018-01-03 Jakub JelinekUpdate copyright years.
2017-12-14 Jonathan WakelyPR libstdc++/83427 detect weak result type from noexcep...
2017-04-24 Jonathan WakelyPR libstdc++/80504 qualify calls to avoid ADL
2017-04-03 Jonathan WakelyUncomment std::reference_wrapper tests that no longer...
2017-01-01 Jakub JelinekUpdate copyright years.
2016-10-12 Paolo Carlinitestsuite_hooks.h: Rewrite VERIFY in terms of __builtin...
2016-08-26 Jonathan WakelyUse effective-target instead of -std options
2016-08-17 Jonathan WakelyFix invalid dg-do directive
2016-01-04 Jakub JelinekUpdate copyright years.
2015-01-05 Jakub JelinekUpdate copyright years.
2014-11-11 Jonathan WakelyDefine __void_t and SFINAE-friendly iterator_traits.
2014-11-04 Jonathan WakelyMake reference_wrapper trivially copyable.
2014-10-16 Paolo Carlinilibstdc++.exp: Prefer -std=gnu++11.
2014-01-02 Richard SandifordUpdate copyright years in libstdc++-v3/
2013-05-21 Jonathan Wakelyre PR libstdc++/57336 (Cannot INVOKE a reference_wrappe...
2013-04-22 Jason Merrillre PR c++/48665 (type of const member function)
2013-04-07 François Dumontfunctional (_Derives_from_unary_function): Remove.
2013-02-03 Richard SandifordUpdate copyright in libstdc++-v3.
2012-02-21 Paolo Carlinire PR libstdc++/52317 (incorrect FSF address)
2011-06-22 Paolo Carliniinvoke.cc: Avoid -Wall warnings.
2011-06-10 Jason Merrillprune.exp (libstdc++-dg-prune): Prune notes.
2011-04-19 Jonathan Wakelyre PR libstdc++/48521 ([C++0x] std::result_of doesn...
2010-10-06 Paolo Carlinifunctional (struct _Weak_result_type_impl): Add special...
2010-05-20 Paolo Carlini[multiple changes]
2010-01-25 Paolo Carlini6.cc: Use an int as loop variable, to avoid -Wall warnings.
2010-01-12 Jonathan Wakelyre PR libstdc++/24803 ([c++0x] reference_wrapper and...
2009-04-09 Jakub JelinekLicensing changes to GPLv3 resp. GPLv3 with GCC Runtime...
2008-11-05 Jonathan Wakelyre PR libstdc++/38017 (30_threads/thread/cons/X.cc)
2008-11-05 Jonathan Wakelyre PR libstdc++/24803 ([c++0x] reference_wrapper and...
2008-10-10 Paolo Carlini24803.cc: Avoid uninitialized warnings.
2008-10-05 Paolo Carliniinvoke.cc: New.