]> git.ipfire.org Git - thirdparty/gcc.git/history - libstdc++-v3/testsuite/20_util/any/misc/any_cast.cc
libstdc++: Remove redundant -std=gnu++17 option from any/optional/variant tests
[thirdparty/gcc.git] / libstdc++-v3 / testsuite / 20_util / any / misc / any_cast.cc
2021-05-10  Jonathan Wakelylibstdc++: Remove redundant -std=gnu++17 option from...
2021-01-04  Jakub JelinekUpdate copyright years.
2020-07-31  Jonathan Wakelylibstdc++: Ensure c++NN effective target present in...
2020-01-01  Jakub JelinekUpdate copyright years.
2019-04-24  Jonathan WakelyPR libstdc++/90220 Fix std::any_cast for array types
2019-04-24  Jonathan WakelyPR libstdc++/90220 Fix std::any_cast for function pointers
2019-01-01  Jakub JelinekUpdate copyright years.
2018-02-27  Ville VoutilainenImplement the missing bits of LWG 2769
2018-01-03  Jakub JelinekUpdate copyright years.
2017-01-20  Jonathan WakelyPR69321 fix any_cast<T>(any*) for non-copyable T
2017-01-01  Jakub JelinekUpdate copyright years.
2016-12-16  Ville VoutilainenImplement LWG 2769, Redundant const in the return type...
2016-07-06  Ville VoutilainenImplement std::any.